From 1fdf1ce1bced109dd8b9a261d0fdc756a6b95b75 Mon Sep 17 00:00:00 2001 From: liangZ15 Date: Thu, 31 Mar 2022 11:34:50 +0800 Subject: [PATCH] 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 9f14ed89..095a0b2b 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", -- Gitee