From 65b21f995160e98b5d744d4514f899d71275d1fa Mon Sep 17 00:00:00 2001 From: wanghang Date: Tue, 24 May 2022 10:31:48 +0800 Subject: [PATCH] fixed 3e7c76d from https://gitee.com/small_bricklayer/interface_sdk-js/pulls/1748 IssueNo:#I58X8D:modify api since Description:modify api since Sig:SIG_ApplicaitonFramework Feature or Bugfix:Bugfix Binary Source:No Signed-off-by: wanghang Change-Id: I8a0b52bdecb0c4d54dbd87509bd60ce0bb67fea4 --- api/@ohos.bundle.d.ts | 1 - api/bundle/applicationInfo.d.ts | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/api/@ohos.bundle.d.ts b/api/@ohos.bundle.d.ts index 5172be5e13..a10c7491c8 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 b092df52e5..469e18a970 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; -- Gitee