From 796e2a794ff0ec08ac498c32b852202b8a5eeb1c Mon Sep 17 00:00:00 2001 From: dy Date: Mon, 4 Jul 2022 15:26:39 +0800 Subject: [PATCH] =?UTF-8?q?IssueNo:#I5FB6=20GsetModuleUpgradeFlag=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3=E7=9A=84=E5=8F=82=E6=95=B0isNeedUpdate=E4=B8=8D?= =?UTF-8?q?=E5=AF=B9=20Description:=E4=BF=AE=E6=94=B9upgradeFlag=E7=9A=84?= =?UTF-8?q?=E6=B3=A8=E9=87=8A=20Sig:SIG=5FApplicaitonFramework=20Feature?= =?UTF-8?q?=20or=20Bugfix:Bugfix=20Binary=20Source:No?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: dy --- api/@ohos.bundle.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/@ohos.bundle.d.ts b/api/@ohos.bundle.d.ts index 005100ea3b..9c18952094 100644 --- a/api/@ohos.bundle.d.ts +++ b/api/@ohos.bundle.d.ts @@ -704,7 +704,7 @@ declare namespace bundle { * @syscap SystemCapability.BundleManager.BundleFramework * @param bundleName Indicates the bundle name of the application. * @param moduleName Indicates the module name of the application. - * @param isNeedUpdate Indicates isNeedUpdate of the application. + * @param upgradeFlag Indicates upgradeFlag of the application. * @systemapi Hide this for inner system use */ function setModuleUpgradeFlag(bundleName: string, moduleName: string, upgradeFlag: UpgradeFlag, callback: AsyncCallback):void; -- Gitee