• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# LauncherAbilityInfo (System API)
2
3The **LauncherAbilityInfo** module provides information about the launcher ability, which is obtained through [innerBundleManager.getLauncherAbilityInfos](js-apis-Bundle-InnerBundleManager-sys.md).
4
5> **NOTE**
6>
7> The initial APIs of this module are supported since API version 8. Newly added APIs will be marked with a superscript to indicate their earliest API version.
8>
9> The APIs provided by this module are system APIs.
10
11## LauncherAbilityInfo<sup>(deprecated)<sup>
12
13> This API is deprecated since API version 9. You are advised to use [bundleManager-LauncherAbilityInfo](js-apis-bundleManager-launcherAbilityInfo-sys.md) instead.
14
15**System capability**: SystemCapability.BundleManager.BundleFramework
16
17**System API**: This is a system API.
18
19| Name           | Type                                                | Readable| Writable| Description                                  |
20| --------------- | ---------------------------------------------------- | ---- | ---- | -------------------------------------- |
21| applicationInfo | [ApplicationInfo](js-apis-bundle-ApplicationInfo.md) | Yes  | No  | Application information of the launcher ability.|
22| elementName     | [ElementName](js-apis-bundle-ElementName.md)         | Yes  | No  | Element name of the launcher ability.   |
23| labelId         | number                                               | Yes  | No  | ID of the launcher ability label.            |
24| iconId          | number                                               | Yes  | No  | ID of the launcher ability icon.            |
25| userId          | number                                               | Yes  | No  | ID of the launcher ability user.            |
26| installTime     | number                                               | Yes  | No  | Time when the launcher ability is installed.          |
27