From 23174cb14c12601055c6b803977a1bfddd5a4855 Mon Sep 17 00:00:00 2001 From: dy_study Date: Mon, 20 Jun 2022 10:06:21 +0800 Subject: [PATCH] =?UTF-8?q?IssueNo:#I5CXTY=20Description:WantConstant?= =?UTF-8?q?=E6=96=B0=E5=A2=9E=E5=BA=94=E7=94=A8=E5=B8=82=E5=9C=BA=E4=B8=8B?= =?UTF-8?q?=E8=BD=BDAction=20Sig:SIG=5FApplicaitonFramework=20Feature=20or?= =?UTF-8?q?=20Bugfix:Bugfix=20Binary=20Source:No?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: dy_study Change-Id: I1682cfa9da24c40943996e37100a0d9dce763fa6 --- api/@ohos.ability.wantConstant.d.ts | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/api/@ohos.ability.wantConstant.d.ts b/api/@ohos.ability.wantConstant.d.ts index c571dbe255..c90f0e36ab 100644 --- a/api/@ohos.ability.wantConstant.d.ts +++ b/api/@ohos.ability.wantConstant.d.ts @@ -215,6 +215,14 @@ declare namespace wantConstant { * @since 8 */ ACTION_APP_ACCOUNT_OAUTH = "ohos.account.appAccount.action.oauth", + + /** + * Indicates the action of downloading application from application market. + * + * @since 9 + * @systemapi Hide this for inner system use. + */ + ACTION_MARKER_DOWNLOAD = "ohos.want.action.marketDownload" } /** @@ -352,4 +360,4 @@ declare namespace wantConstant { } } -export default wantConstant; \ No newline at end of file +export default wantConstant; -- Gitee