From b4cdb6a7da054390a334c451ee676fa0b7dc3c6c Mon Sep 17 00:00:00 2001 From: chenzexin Date: Mon, 16 Dec 2024 15:32:27 +0800 Subject: [PATCH] uiServiceExt 1.0 Signed-off-by: chenzexin --- services/bundlemgr/include/privilege_extension_ability_type.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/services/bundlemgr/include/privilege_extension_ability_type.h b/services/bundlemgr/include/privilege_extension_ability_type.h index f517545f30..1c035fc238 100755 --- a/services/bundlemgr/include/privilege_extension_ability_type.h +++ b/services/bundlemgr/include/privilege_extension_ability_type.h @@ -24,7 +24,8 @@ namespace OHOS { namespace AppExecFwk { const std::set PRIVILEGE_EXTENSION_ABILITY_TYPE = { ExtensionAbilityType::SERVICE, - ExtensionAbilityType::DATASHARE + ExtensionAbilityType::DATASHARE, + ExtensionAbilityType::UI_SERVICE }; const std::set SYSTEM_EXTENSION_ABILITY_TYPE = { -- Gitee