From 9bf2355593505e4c1d9e2b8c4b398841bdb0e27e Mon Sep 17 00:00:00 2001 From: wangtiantian Date: Tue, 12 Apr 2022 06:54:42 +0000 Subject: [PATCH] IssueNo: #I52ASZ:add permission Description: add permission Sig:SIG_ApplicaitonFramework Feature or Bugfix:BugFix Binary Source:No Signed-off-by: wangtiantian --- api/@system.package.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/api/@system.package.d.ts b/api/@system.package.d.ts index 7a667d63cc..df672227fe 100644 --- a/api/@system.package.d.ts +++ b/api/@system.package.d.ts @@ -70,6 +70,7 @@ export default class Package { * Checks whethers an application exists, or whether a native application has been installed. * @param options Options * @syscap SystemCapability.BundleManager.BundleFramework + * @permission ohos.permission.GET_BUNDLE_INFO */ static hasInstalled(options: CheckPackageHasInstalledOptions): void; } \ No newline at end of file -- Gitee