From d93b937b7773c66ec208174eacc7db1390f166af Mon Sep 17 00:00:00 2001 From: yuwenze Date: Tue, 14 Feb 2023 05:47:37 +0000 Subject: [PATCH] =?UTF-8?q?fixed=209cdc935=20from=20https://gitee.com/alta?= =?UTF-8?q?y/docs/pulls/14648=20=E5=A2=9E=E5=8A=A0value=E7=9A=84=E9=99=90?= =?UTF-8?q?=E5=AE=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: yuwenze Change-Id: Ibb7a38e9f80aae4194aa53e865116a654cd57b28 --- .../reference/apis/js-apis-ability-wantConstant.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zh-cn/application-dev/reference/apis/js-apis-ability-wantConstant.md b/zh-cn/application-dev/reference/apis/js-apis-ability-wantConstant.md index 0b0770c266..8701519dfa 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-ability-wantConstant.md +++ b/zh-cn/application-dev/reference/apis/js-apis-ability-wantConstant.md @@ -44,7 +44,7 @@ want操作的常数。 | INTENT_PARAMS_INTENT | ability.want.params.INTENT | 指示用行为选择器来展示选择的操作。 | | INTENT_PARAMS_TITLE | ability.want.params.TITLE | 指示与行为选择器一起使用时的字符序列对话框标题。 | | ACTION_FILE_SELECT7+ | ohos.action.fileSelect | 指示选择文件的操作。 | -| PARAMS_STREAM7+ | ability.params.stream | 指示发送数据时与目标关联的数据流的URI | +| PARAMS_STREAM7+ | ability.params.stream | 指示发送数据时与目标关联的数据流的URI。对应的value必须是string类型的数组。 | | ACTION_APP_ACCOUNT_OAUTH 8+ | ohos.account.appAccount.action.oauth | 指示提供oauth服务的操作。 | | ACTION_APP_ACCOUNT_AUTH 9+ | account.appAccount.action.auth | 指示提供auth服务的操作。 | | ACTION_MARKET_DOWNLOAD 9+ | ohos.want.action.marketDownload | 表示从应用程序市场下载应用程序的的操作。
**系统API**:该接口为系统接口,三方应用不支持调用。 | -- GitLab