From ff14bb8265103876679aaa2257fb6630440169a4 Mon Sep 17 00:00:00 2001 From: wuyunxun Date: Thu, 19 Jun 2025 19:22:32 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0ExtensionAbilityType.SELECTIO?= =?UTF-8?q?N?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: wuyunxun Change-Id: I780ee3ae13c98ecc0875777ea3b74b35ec547b93 --- api/@ohos.bundle.bundleManager.d.ts | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/api/@ohos.bundle.bundleManager.d.ts b/api/@ohos.bundle.bundleManager.d.ts index 4bfd1f350b..84ae551b72 100644 --- a/api/@ohos.bundle.bundleManager.d.ts +++ b/api/@ohos.bundle.bundleManager.d.ts @@ -970,6 +970,16 @@ 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