• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# bundle
2
3
4## Overview
5
6The bundle module provides APIs for querying application information.
7
8**System capability**: SystemCapability.BundleManager.BundleFramework.Core
9
10**Since**: 9
11
12
13## Summary
14
15
16### Files
17
18| Name| Description|
19| -------- | -------- |
20| [native_interface_bundle.h](native__interface__bundle.md) | Provides application information structs and functions.|
21
22
23### Structs
24
25| Name| Description|
26| -------- | -------- |
27| [OH_NativeBundle_ApplicationInfo](_o_h___native_bundle_application_info.md) | Defines the application information.|
28
29
30
31### Functions
32
33| Name| Description|
34| -------- | -------- |
35| [OH_NativeBundle_GetCurrentApplicationInfo](native__interface__bundle.md#oh_nativebundle_getcurrentapplicationinfo) | Obtains the information about the current application.|
36| [OH_NativeBundle_GetAppId](native__interface__bundle.md#oh_nativebundle_getappid) | Obtains the appId information about the current application.|
37| [OH_NativeBundle_GetAppIdentifier](native__interface__bundle.md#oh_nativebundle_getappidentifier) | Obtains the appIdentifier information about the current application.|
38