diff --git a/zh-cn/application-dev/reference/apis/js-apis-Bundle.md b/zh-cn/application-dev/reference/apis/js-apis-Bundle.md index 112186af0920e6588a9bb9c7b5842f079993aaee..c6d58000ae2a06728fe8fcc463cc3bb558211d04 100755 --- a/zh-cn/application-dev/reference/apis/js-apis-Bundle.md +++ b/zh-cn/application-dev/reference/apis/js-apis-Bundle.md @@ -141,7 +141,7 @@ bundle.getApplicationInfo(bundleName, bundleFlags, (err, data) => { ## bundle.getApplicationInfoSync9+ -getApplicationInfoSync(bundleName: string, bundleFlags: string, userId: number): ApplicationInfo; +getApplicationInfoSync(bundleName: string, bundleFlags: number, userId: number): ApplicationInfo; 以同步方法根据给定的包名获取ApplicationInfo,返回ApplicationInfo对象。 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 c2ca416a6b9ee5a46f61672259d39951481abce6..6ce763330ed951f2aa3426c20048b9d74c826f7b 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 @@ -13,6 +13,8 @@ LauncherAbilityInfo信息 **系统能力:** 以下各项对应的系统能力均为SystemCapability.BundleManager.BundleFramework + **系统API:**此接口为系统接口,三方应用不支持调用 + | 名称 | 类型 | 可读 | 可写 | 说明 | | --------------- | ---------------------------------------------------- | ---- | ---- | ------------------------------------ | | applicationInfo | [ApplicationInfo](js-apis-bundle-ApplicationInfo.md) | 是 | 否 | launcher ability的应用程序的配置信息 | diff --git a/zh-cn/application-dev/reference/apis/js-apis-dispatchInfo.md b/zh-cn/application-dev/reference/apis/js-apis-dispatchInfo.md index 2ea328f8452288a0bf4461c6704217f5323cb971..11ebc8aa8438efc8ec5681dbf6db58c221222267 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-dispatchInfo.md +++ b/zh-cn/application-dev/reference/apis/js-apis-dispatchInfo.md @@ -13,8 +13,10 @@ **系统能力**: 以下各项对应的系统能力均为SystemCapability.BundleManager.BundleFramework +**系统API:**此接口为系统接口,三方应用不支持调用 + | 名称 | 类型 | 可读 | 可写 | 说明 | | ----------- | ------ | ---- | ---- | ------------------------ | -| verison | string | 是 | 否 | 包含dispatchInfo版本信息 | +| version | string | 是 | 否 | 包含dispatchInfo版本信息 | | dispatchAPI | string | 是 | 否 | 包含免安装接口版本号 |