From 66938636ba92e53715375b8ee6606966efb77c68 Mon Sep 17 00:00:00 2001 From: zhangalong Date: Thu, 10 Mar 2022 16:11:02 +0800 Subject: [PATCH] new permission definition for app accounts Signed-off-by:zhang_along Signed-off-by: zhangalong --- systemres/main/config.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/systemres/main/config.json b/systemres/main/config.json index 0d7748d8..32c5b30a 100644 --- a/systemres/main/config.json +++ b/systemres/main/config.json @@ -891,6 +891,13 @@ "availableLevel": "system_core", "provisionEnable": true, "distributedSceneEnable": false + }, + { + "name": "ohos.permission.GET_ALL_APP_ACCOUNTS", + "grantMode": "system_grant", + "availableLevel": "system_core", + "provisionEnable": false, + "distributedSceneEnable": false } ] } -- Gitee