From 50c5bc8f9f46076fc718db15f9cc38091f015393 Mon Sep 17 00:00:00 2001 From: amao Date: Fri, 8 Aug 2025 15:12:34 +0800 Subject: [PATCH] rmv usless api Change-Id: I70d7eee1c10235729285b378992cbe04bcb01589 --- 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