From 7c1d33ddbc22a9c58aea4901502caf3e98c22f36 Mon Sep 17 00:00:00 2001 From: wanghang Date: Fri, 4 Mar 2022 11:03:15 +0800 Subject: [PATCH] IssueNo:#I4WA09:fix bundle docs Description:fix bundle docs Sig:SIG_ApplicaitonFramework Feature or Bugfix:Feature Binary Source:No Signed-off-by: wanghang Change-Id: I82efe50748575984c5485075763aac44a9c29079 --- api/@ohos.bundle.d.ts | 1 + api/bundle/applicationInfo.d.ts | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/api/@ohos.bundle.d.ts b/api/@ohos.bundle.d.ts index 0a7500990c..efe17b4b64 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 469e18a970..b092df52e5 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; -- Gitee