diff --git a/zh-cn/application-dev/reference/apis/js-apis-bundle-LauncherAbilityInfo.md b/zh-cn/application-dev/reference/apis/js-apis-bundle-LauncherAbilityInfo.md index 6ce763330ed951f2aa3426c20048b9d74c826f7b..845e0fadda68e90bc71abb3efd0409c8947e3c62 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-bundle-LauncherAbilityInfo.md +++ b/zh-cn/application-dev/reference/apis/js-apis-bundle-LauncherAbilityInfo.md @@ -7,19 +7,19 @@ -LauncherAbilityInfo信息 +LauncherAbilityInfo信息,通过接口[innerBundleManager.getLauncherAbilityInfos](js-apis-Bundle-InnerBundleManager.md)获取。 ## LauncherAbilityInfo - **系统能力:** 以下各项对应的系统能力均为SystemCapability.BundleManager.BundleFramework + **系统能力:** 以下各项对应的系统能力均为SystemCapability.BundleManager.BundleFramework。 - **系统API:**此接口为系统接口,三方应用不支持调用 + **系统API:** 此接口为系统接口,三方应用不支持调用。 -| 名称 | 类型 | 可读 | 可写 | 说明 | -| --------------- | ---------------------------------------------------- | ---- | ---- | ------------------------------------ | -| applicationInfo | [ApplicationInfo](js-apis-bundle-ApplicationInfo.md) | 是 | 否 | launcher ability的应用程序的配置信息 | -| elementName | [ElementName](js-apis-bundle-ElementName.md) | 是 | 否 | launcher ability的ElementName信息 | -| labelId | number | 是 | 否 | launcher ability的标签ID | -| iconId | number | 是 | 否 | launcher ability的图标ID | -| userId | number | 是 | 否 | launcher ability的用户ID | -| installTime | number | 是 | 否 | launcher ability的安装时间 | \ No newline at end of file +| 名称 | 类型 | 可读 | 可写 | 说明 | +| --------------- | ---------------------------------------------------- | ---- | ---- | -------------------------------------- | +| applicationInfo | [ApplicationInfo](js-apis-bundle-ApplicationInfo.md) | 是 | 否 | launcher ability的应用程序的配置信息。 | +| elementName | [ElementName](js-apis-bundle-ElementName.md) | 是 | 否 | launcher ability的ElementName信息。 | +| labelId | number | 是 | 否 | launcher ability的标签ID。 | +| iconId | number | 是 | 否 | launcher ability的图标ID。 | +| userId | number | 是 | 否 | launcher ability的用户ID。 | +| installTime | number | 是 | 否 | launcher ability的安装时间。 | \ No newline at end of file