From f53325ad2170d9d955352990dcb8fdf522f7640f Mon Sep 17 00:00:00 2001 From: liangZ15 Date: Thu, 31 Mar 2022 11:34:50 +0800 Subject: [PATCH] fixed 1fdf1ce from https://gitee.com/liangZ15/resources_1/pulls/54 Signed-off-by: liangZ15 --- systemres/main/config.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/systemres/main/config.json b/systemres/main/config.json index 9f14ed8..095a0b2 100644 --- a/systemres/main/config.json +++ b/systemres/main/config.json @@ -568,6 +568,20 @@ "provisionEnable": true, "distributedSceneEnable": false }, + { + "name": "ohos.permission.UPDATE_SYSTEM", + "grantMode": "system_grant", + "availableLevel": "system_basic", + "provisionEnable": true, + "distributedSceneEnable": false + }, + { + "name": "ohos.permission.FACTORY_RESET", + "grantMode": "system_grant", + "availableLevel": "system_basic", + "provisionEnable": true, + "distributedSceneEnable": false + }, { "name": "ohos.permission.GRANT_SENSITIVE_PERMISSIONS", "grantMode": "system_grant",