From 6b52cbf6f252bcf7b393e085952a0204a826a6a8 Mon Sep 17 00:00:00 2001 From: zhangzezhong Date: Tue, 12 Aug 2025 09:48:13 +0800 Subject: [PATCH] add_sdk_code_wantConstant Signed-off-by: zhangzezhong --- api/@ohos.app.ability.wantConstant.d.ts | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/api/@ohos.app.ability.wantConstant.d.ts b/api/@ohos.app.ability.wantConstant.d.ts index 3d81cfacb4..4bc0604452 100644 --- a/api/@ohos.app.ability.wantConstant.d.ts +++ b/api/@ohos.app.ability.wantConstant.d.ts @@ -378,7 +378,8 @@ declare namespace wantConstant { * Indicates the dest ability refers to a plugin ability. * * @syscap SystemCapability.Ability.AbilityBase - * @since 19 + * @since arkts {'1.1':'19', '1.2':'20'} + * @arkts 1.1&1.2 */ DESTINATION_PLUGIN_ABILITY = 'ohos.params.pluginAbility', @@ -387,7 +388,8 @@ declare namespace wantConstant { * * @syscap SystemCapability.Ability.AbilityBase * @atomicservice - * @since 17 + * @since arkts {'1.1':'17', '1.2':'20'} + * @arkts 1.1&1.2 */ APP_LAUNCH_TRUSTLIST = 'ohos.params.appLaunchTrustList', @@ -406,6 +408,7 @@ declare namespace wantConstant { * @syscap SystemCapability.Ability.AbilityBase * @atomicservice * @since 20 + * @arkts 1.1&1.2 */ ATOMIC_SERVICE_SHARE_ROUTER = 'ohos.params.atomicservice.shareRouter', } -- Gitee