From 09f1822ce5bf336c00a72e0d45c77a565dbb17f1 Mon Sep 17 00:00:00 2001 From: youqijing Date: Sat, 5 Mar 2022 16:30:07 +0800 Subject: [PATCH] Add ohos.permission.CAPTURE_SCREEN Signed-off-by: youqijing Change-Id: I6542066501b024fc6c2cbc4e888fe3f8997df84d --- systemres/main/config.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/systemres/main/config.json b/systemres/main/config.json index 238342d..6571bfd 100644 --- a/systemres/main/config.json +++ b/systemres/main/config.json @@ -821,6 +821,13 @@ "availableLevel": "system_basic", "provisionEnable": true, "distributedSceneEnable": false + }, + { + "name": "ohos.permission.CAPTURE_SCREEN", + "grantMode": "system_grant", + "availableLevel": "system_core", + "provisionEnable": true, + "distributedSceneEnable": false } ] }