From 571f9fb67d32b66fbc046bfb8841b51bd8b43962 Mon Sep 17 00:00:00 2001 From: zZjuN Date: Wed, 3 Sep 2025 19:02:51 +0800 Subject: [PATCH] add CAPTURE_sCREEN_ALL permission Signed-off-by: zZjuN --- systemres/main/module.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/systemres/main/module.json b/systemres/main/module.json index 6beb07d0..b990ee10 100644 --- a/systemres/main/module.json +++ b/systemres/main/module.json @@ -6243,6 +6243,15 @@ "deprecated": "", "provisionEnable": true, "distributedSceneEnable": false + }, + { + "name": "ohos.permission.CAPTURE_SCREEN_ALL", + "grantMode": "system_grant", + "availableLevel": "system_core", + "since": 21, + "deprecated": "", + "provisionEnable": true, + "distributedSceneEnable": false } ] } -- Gitee