From d943d9d235d647182a1f35d0cdf22d9d82186e06 Mon Sep 17 00:00:00 2001 From: wangtiantian Date: Fri, 18 Feb 2022 02:20:19 +0000 Subject: [PATCH] =?UTF-8?q?IssueNo:=20#I4U8A4=20=EF=BC=9A=20bms=20add=20In?= =?UTF-8?q?stallErrorCode=20Description:=20bms=20add=20InstallErrorCode=20?= =?UTF-8?q?Sig:SIG=5FApplicaitonFramework=20Feature=20or=20Bugfix:BugFix?= =?UTF-8?q?=20Binary=20Source:No=20Signed-off-by:=20wangtiantian=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/@ohos.bundle.d.ts | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/api/@ohos.bundle.d.ts b/api/@ohos.bundle.d.ts index f141e049df..abaac9ee44 100644 --- a/api/@ohos.bundle.d.ts +++ b/api/@ohos.bundle.d.ts @@ -355,7 +355,15 @@ declare namespace bundle { /** * @since 8 */ - STATUS_GRANT_REQUEST_PERMISSIONS_FAILED = 0x43 + STATUS_GRANT_REQUEST_PERMISSIONS_FAILED = 0x43, + /** + * @since 8 + */ + STATUS_INSTALL_PERMISSION_DENIED = 0x44, + /** + * @since 8 + */ + STATUS_UNINSTALL_PERMISSION_DENIED = 0x45, } /** -- Gitee