diff --git a/api/@ohos.bundle.d.ts b/api/@ohos.bundle.d.ts index 0a7500990c94666069df485ce9b844edce4db5b2..efe17b4b64240357af10d9f8d189a60dea3bbdfe 100644 --- a/api/@ohos.bundle.d.ts +++ b/api/@ohos.bundle.d.ts @@ -482,6 +482,7 @@ declare namespace bundle { * @param bundleFlags Indicates the flag used to specify information contained in the BundleInfo object to be * returned. * @return Returns the BundleInfo object. + * @systemapi Hide this for inner system use */ function getBundleArchiveInfo(hapFilePath: string, bundleFlags: number, callback: AsyncCallback) : void function getBundleArchiveInfo(hapFilePath: string, bundleFlags: number) : Promise; diff --git a/api/bundle/applicationInfo.d.ts b/api/bundle/applicationInfo.d.ts index 469e18a970c63cb5b39ef54c20a9396ef72ad9fe..b092df52e56f0f9946a4aa012dbd014ab177d3cd 100644 --- a/api/bundle/applicationInfo.d.ts +++ b/api/bundle/applicationInfo.d.ts @@ -174,7 +174,7 @@ export interface ApplicationInfo { /** * @default Indicates entity type of the application - * @since 8 + * @since 9 * @syscap SystemCapability.BundleManager.BundleFramework */ readonly entityType: string;