From 1ca3c153b2750a2a309f6c3c3fdf0dc65ae97b61 Mon Sep 17 00:00:00 2001 From: lvxiaoqiang Date: Tue, 15 Mar 2022 15:41:20 +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