diff --git a/api/@ohos.bundle.d.ts b/api/@ohos.bundle.d.ts index f141e049dfdd620566983f8504fb2e28af562f9d..abaac9ee44bc73e9ce06665a23386cb027d5fb06 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, } /**