# ApplicationInfo (System API) The ApplicationInfo module defines the application information. A third-party application can obtain its own application information through **bundleManager.getBundleInfoForSelf**, with at least **GETBUNDLEINFOWITHAPPLICATION** passed in to **bundleFlags**. > **NOTE** > > The initial APIs of this module are supported since API version 9. Newly added APIs will be marked with a superscript to indicate their earliest API version. > > This topic describes only system APIs provided by the module. For details about its public APIs, see [ApplicationInfo](js-apis-bundleManager-applicationInfo.md). ## ApplicationInfo **System capability**: SystemCapability.BundleManager.BundleFramework.Core **System API**: This is a system API. | Name | Type | Read-Only| Optional| Description | | --------- | -------------- | ---- | ---- | --------------------------- | | flags12+ | number | Yes | Yes | Status set between the current application and the current user. Each bit indicates a specific Boolean status.
**System API**: This property can be used in system APIs since API version 12.| ## PreinstalledApplicationInfo12+ **System capability**: SystemCapability.BundleManager.BundleFramework.Core **System API**: This is a system API. | Name | Type | Read-Only| Optional| Description | | --------- | -------------- | ---- | ---- | --------------------------- | | bundleName | string | Yes | No | Bundle name of the application. | | moduleName | string | Yes | No | Module name of the application. By default, the name of the entry module is returned. If the entry module does not exist, the name of the feature module is returned. | | iconId | number | Yes | No | Icon ID of the application. | | labelId | number | Yes | No | Label ID of the application. |