Lines Matching refs:bundleManager
8 使用bundleManager模块的getApplicationInfo接口(仅系统应用可以使用)获取待检验应用的ApplicationInfo,根据ApplicationInfo中systemAp…
12 [bundleManager模块](../reference/apis-ability-kit/js-apis-bundleManager.md)
19 首先通过\@ohos.bundle.bundleManager模块bundleManager.getBundleInfoForSelf()接口获取包信息BundleInfo,然后分别通过Bundle…
24 import bundleManager from '@ohos.bundle.bundleManager';
26 let bundleFlags = bundleManager.BundleFlag.GET_BUNDLE_INFO_DEFAULT;
28 bundleManager.getBundleInfoForSelf(bundleFlags).then((data) => {
42 [getBundleInfoForSelf](../reference/apis-ability-kit/js-apis-bundleManager.md#bundlemanagergetbundl…
61 …bilityContext.md)、[AbilityInfo](../reference/apis-ability-kit/js-apis-bundleManager-abilityInfo.md)
68 1. 通过\@ohos.bundle.bundleManager模块中的bundleManager查询bundleInfo。
73 import bundleManager from '@ohos.bundle.bundleManager';
75 …bundleManager.getBundleInfoForSelf(bundleManager.BundleFlag.GET_BUNDLE_INFO_WITH_APPLICATION).then…
103 - 方式二:使用\@ohos.bundle.bundleManager获取。
105 1. 导入\@ohos.bundle.bundleManager模块,使用bundleManager.getBundleInfoForSelf()获取bundleInfo信息。
109 import bundleManager from '@ohos.bundle.bundleManager';
110 …bundleManager.getBundleInfoForSelf(bundleManager.BundleFlag.GET_BUNDLE_INFO_WITH_APPLICATION).then…
126 - 查询系统内指定应用信息需要获取normal级权限ohos.permission.GET_BUNDLE_INFO,使用接口bundleManager.getApplicationInfo()。
128 - 查询系统内所有应用信息需要获取system_basic级权限ohos.permission.GET_BUNDLE_INFO_PRIVILEGED,使用接口bundleManager.getAll…
132 [@ohos.bundle.bundleManager \(bundleManager模块\)](../reference/apis-ability-kit/js-apis-bundleManage…
195 [supportWindowModes参考文档](../reference/apis-ability-kit/js-apis-bundleManager-abilityInfo.md)