From a0ee37dd5a8aa1fc51ff0b27a0ec91ecd0c19dbc Mon Sep 17 00:00:00 2001 From: yn Date: Sat, 23 Aug 2025 09:39:15 +0800 Subject: [PATCH] add ohos.permission.CUSTOM_SCREEN_RECORDING Signed-off-by: yn --- systemres/main/module.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/systemres/main/module.json b/systemres/main/module.json index b990ee10..d6528ca4 100644 --- a/systemres/main/module.json +++ b/systemres/main/module.json @@ -6252,6 +6252,15 @@ "deprecated": "", "provisionEnable": true, "distributedSceneEnable": false + }, + { + "name": "ohos.permission.CUSTOM_SCREEN_RECORDING", + "grantMode": "manual_settings", + "availableLevel": "system_basic", + "since": 22, + "deprecated": "", + "provisionEnable": true, + "distributedSceneEnable": false } ] } -- Gitee