1e41f4b71Sopenharmony_ci# LauncherAbilityInfo (System API)
2e41f4b71Sopenharmony_ci
3e41f4b71Sopenharmony_ciThe **LauncherAbilityInfo** module provides information about the launcher ability, which is obtained through [innerBundleManager.getLauncherAbilityInfos](js-apis-Bundle-InnerBundleManager-sys.md).
4e41f4b71Sopenharmony_ci
5e41f4b71Sopenharmony_ci> **NOTE**
6e41f4b71Sopenharmony_ci>
7e41f4b71Sopenharmony_ci> 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.
8e41f4b71Sopenharmony_ci>
9e41f4b71Sopenharmony_ci> The APIs provided by this module are system APIs.
10e41f4b71Sopenharmony_ci
11e41f4b71Sopenharmony_ci## LauncherAbilityInfo<sup>(deprecated)<sup>
12e41f4b71Sopenharmony_ci
13e41f4b71Sopenharmony_ci> This API is deprecated since API version 9. You are advised to use [bundleManager-LauncherAbilityInfo](js-apis-bundleManager-launcherAbilityInfo-sys.md) instead.
14e41f4b71Sopenharmony_ci
15e41f4b71Sopenharmony_ci**System capability**: SystemCapability.BundleManager.BundleFramework
16e41f4b71Sopenharmony_ci
17e41f4b71Sopenharmony_ci**System API**: This is a system API.
18e41f4b71Sopenharmony_ci
19e41f4b71Sopenharmony_ci| Name           | Type                                                | Read-Only| Optional| Description                                  |
20e41f4b71Sopenharmony_ci| --------------- | ---------------------------------------------------- | ---- | ---- | -------------------------------------- |
21e41f4b71Sopenharmony_ci| applicationInfo | [ApplicationInfo](js-apis-bundle-ApplicationInfo.md) | Yes  | No  | Application information of the launcher ability.|
22e41f4b71Sopenharmony_ci| elementName     | [ElementName](js-apis-bundle-ElementName.md)         | Yes  | No  | Element name of the launcher ability.   |
23e41f4b71Sopenharmony_ci| labelId         | number                                               | Yes  | No  | ID of the launcher ability label.            |
24e41f4b71Sopenharmony_ci| iconId          | number                                               | Yes  | No  | ID of the launcher ability icon.            |
25e41f4b71Sopenharmony_ci| userId          | number                                               | Yes  | No  | ID of the launcher ability user.            |
26e41f4b71Sopenharmony_ci| installTime     | number                                               | Yes  | No  | Time when the launcher ability is installed.          |
27