From 79e86395bf71a712bb253bda55f3d7e370f94500 Mon Sep 17 00:00:00 2001 From: Sunjiamei Date: Mon, 14 Jul 2025 10:28:09 +0800 Subject: [PATCH] =?UTF-8?q?Revert=20"=E6=B7=BB=E5=8A=A0ExtensionAbilityTyp?= =?UTF-8?q?e.SELECTION"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit ff14bb8265103876679aaa2257fb6630440169a4. Signed-off-by: Sunjiamei --- 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 86ae388362..b9d429f837 100644 --- a/api/@ohos.bundle.bundleManager.d.ts +++ b/api/@ohos.bundle.bundleManager.d.ts @@ -979,16 +979,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