diff --git a/api/@system.package.d.ts b/api/@system.package.d.ts index 7a667d63cc945dcedf9a9d11311e6145ae4daaca..df672227fec08c77e692e5a12832024a869f1610 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