diff --git a/api/@ohos.bundle.d.ts b/api/@ohos.bundle.d.ts index 5172be5e139fc6829a5d1568bf43747a590607b7..a10c7491c853af1d0500294cc8b83e3aa83dbc35 100644 --- a/api/@ohos.bundle.d.ts +++ b/api/@ohos.bundle.d.ts @@ -521,7 +521,6 @@ 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 b092df52e56f0f9946a4aa012dbd014ab177d3cd..469e18a970c63cb5b39ef54c20a9396ef72ad9fe 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 9 + * @since 8 * @syscap SystemCapability.BundleManager.BundleFramework */ readonly entityType: string;