• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# LauncherAbilityInfo
2
3The **LauncherAbilityInfo** module provides information about the launcher ability, which is obtained through [innerBundleManager.getLauncherAbilityInfos](js-apis-Bundle-InnerBundleManager.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## LauncherAbilityInfo<sup>(deprecated)<sup>
10
11> This API is deprecated since API version 9. You are advised to use [bundleManager-LauncherAbilityInfo](js-apis-bundleManager-launcherAbilityInfo.md) instead.
12
13**System capability**: SystemCapability.BundleManager.BundleFramework
14
15**System API**: This is a system API and cannot be called by third-party applications.
16
17| Name           | Type                                                | Readable| Writable| Description                                  |
18| --------------- | ---------------------------------------------------- | ---- | ---- | -------------------------------------- |
19| applicationInfo | [ApplicationInfo](js-apis-bundle-ApplicationInfo.md) | Yes  | No  | Application information of the launcher ability.|
20| elementName     | [ElementName](js-apis-bundle-ElementName.md)         | Yes  | No  | Element name of the launcher ability.   |
21| labelId         | number                                               | Yes  | No  | ID of the launcher ability label.            |
22| iconId          | number                                               | Yes  | No  | ID of the launcher ability icon.            |
23| userId          | number                                               | Yes  | No  | ID of the launcher ability user.            |
24| installTime     | number                                               | Yes  | No  | Time when the launcher ability is installed.          |
25