From 7bf8abafac8e32fafa2a88a0ce06d13ef79a11bd Mon Sep 17 00:00:00 2001 From: lanhaoyu Date: Fri, 8 Aug 2025 15:48:56 +0800 Subject: [PATCH] bms sdk delete SELECTION Signed-off-by: lanhaoyu --- api/@ohos.bundle.bundleManager.d.ts | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/api/@ohos.bundle.bundleManager.d.ts b/api/@ohos.bundle.bundleManager.d.ts index f37ee52072..2b929348ed 100644 --- a/api/@ohos.bundle.bundleManager.d.ts +++ b/api/@ohos.bundle.bundleManager.d.ts @@ -972,16 +972,6 @@ declare namespace bundleManager { */ LIVE_FORM = 30, - /** - * Indicates extension info with type of selection. - * This type of extension can access data such as text selected by the user. - * - * @syscap SystemCapability.BundleManager.BundleFramework.Core - * @since 20 - * @arkts 1.1&1.2 - */ - SELECTION = 31, - /** * Indicates extension info with type of unspecified * -- Gitee