From 0c0a33a90f6c74e5496c90a11ee62ab0084484fb Mon Sep 17 00:00:00 2001 From: lvxiaoqiang Date: Tue, 15 Mar 2022 15:49:04 +0800 Subject: [PATCH] add userdata set value permission Signed-off-by: lvxiaoqiang --- systemres/main/config.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/systemres/main/config.json b/systemres/main/config.json index 32c5b30a..7a70afa1 100644 --- a/systemres/main/config.json +++ b/systemres/main/config.json @@ -898,6 +898,13 @@ "availableLevel": "system_core", "provisionEnable": false, "distributedSceneEnable": false + }, + { + "name": "ohos.permission.MANAGE_SECURE_SETTINGS", + "grantMode": "system_grant", + "availableLevel": "system_basic", + "provisionEnable": true, + "distributedSceneEnable": false } ] } -- Gitee