From 7b85b7ed5fd2186343cfcde2b6f3ad464a82575e Mon Sep 17 00:00:00 2001 From: amao Date: Thu, 21 Nov 2024 19:39:21 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E5=90=8C=E6=AD=A55.0.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: amao Change-Id: I53cf9e6f6ec25c3a58efa568f3095087a8b8dc16 --- systemres/main/module.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/systemres/main/module.json b/systemres/main/module.json index 8c9ffa4b..e614d3b3 100644 --- a/systemres/main/module.json +++ b/systemres/main/module.json @@ -4266,6 +4266,15 @@ "deprecated": "", "provisionEnable": true, "distributedSceneEnable": false + }, + { + "name": "ohos.permission.INSTALL_INTERNALTESTING_BUNDLE", + "grantMode": "system_grant", + "availableLevel": "system_core", + "since": 12, + "deprecated": "", + "provisionEnable": true, + "distributedSceneEnable": false } ] } -- Gitee From a068eda2c2b7efca7d850ba8583cc29835d4347b Mon Sep 17 00:00:00 2001 From: amao Date: Mon, 9 Dec 2024 02:15:40 +0000 Subject: [PATCH 2/2] update systemres/main/module.json. Signed-off-by: amao --- systemres/main/module.json | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/systemres/main/module.json b/systemres/main/module.json index e614d3b3..16d80acd 100644 --- a/systemres/main/module.json +++ b/systemres/main/module.json @@ -4267,6 +4267,33 @@ "provisionEnable": true, "distributedSceneEnable": false }, + { + "name": "ohos.permission.READ_APP_LOCK", + "grantMode": "system_grant", + "availableLevel": "system_basic", + "since": 13, + "deprecated": "", + "provisionEnable": true, + "distributedSceneEnable": false + }, + { + "name": "ohos.permission.WRITE_APP_LOCK", + "grantMode": "system_grant", + "availableLevel": "system_core", + "since": 13, + "deprecated": "", + "provisionEnable": true, + "distributedSceneEnable": false + }, + { + "name": "ohos.permission.ACCESS_APP_LOCK", + "grantMode": "system_grant", + "availableLevel": "system_basic", + "since": 13, + "deprecated": "", + "provisionEnable": true, + "distributedSceneEnable": false + }, { "name": "ohos.permission.INSTALL_INTERNALTESTING_BUNDLE", "grantMode": "system_grant", -- Gitee