Lines Matching refs:bundleManager
8 Use **bundleManager.getApplicationInfo** (available only for system applications) to obtain applica…
12 [bundleManager](../reference/apis-ability-kit/js-apis-bundleManager.md)
19 Use **bundleManager.getBundleInfoForSelf()** to obtain the bundle information, which contains the v…
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 …tyContext.md) and [AbilityInfo](../reference/apis-ability-kit/js-apis-bundleManager-abilityInfo.md)
68 1. Obtain the bundle information from the **\@ohos.bundle.bundleManager** module.
73 import bundleManager from '@ohos.bundle.bundleManager';
75 …bundleManager.getBundleInfoForSelf(bundleManager.BundleFlag.GET_BUNDLE_INFO_WITH_APPLICATION).then…
103 - Method 2: Use **\@ohos.bundle.bundleManager** to obtain the source file path.
105 …1. Import the **\@ohos.bundle.bundleManager** module and use **bundleManager.getBundleInfoForSelf(…
109 import bundleManager from '@ohos.bundle.bundleManager';
110 …bundleManager.getBundleInfoForSelf(bundleManager.BundleFlag.GET_BUNDLE_INFO_WITH_APPLICATION).then…
126 …l-level permission **ohos.permission.GET_BUNDLE_INFO** and call the **bundleManager.getApplication…
128 …mission **ohos.permission.GET_BUNDLE_INFO_PRIVILEGED** and call the **bundleManager.getAllApplicat…
132 [@ohos.bundle.bundleManager \(bundleManager\)](../reference/apis-ability-kit/js-apis-bundleManager.…
195 [supportWindowModes](../reference/apis-ability-kit/js-apis-bundleManager-abilityInfo.md)