From 4c0b9c6025a3204ab7c6e7b3cbaa7d4c9847f46f Mon Sep 17 00:00:00 2001 From: "@chuangda_1" Date: Tue, 30 Aug 2022 16:38:26 +0800 Subject: [PATCH] PREVIEW number notify Signed-off-by: @chuangda_1 --- 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 11ebcb70bd..e4104e12ad 100644 --- a/api/@ohos.bundle.d.ts +++ b/api/@ohos.bundle.d.ts @@ -391,7 +391,7 @@ declare namespace bundle { * @since 9 * @syscap SystemCapability.BundleManager.BundleFramework */ - PREVIEW = 14, + PREVIEW = 15, /** * @default Indicates extension info with type of unspecified * @since 9 -- Gitee