From 16e354a2a8463e51bb828c7b29d4e52c2729163d Mon Sep 17 00:00:00 2001 From: Jvgang Date: Fri, 13 Dec 2024 05:51:06 +0000 Subject: [PATCH] =?UTF-8?q?New=20Permission=EF=BC=9Aohos.permission.CAPTUR?= =?UTF-8?q?E=5FPLAYBACK!Sync=205.0.2!?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jvgang --- systemres/main/module.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/systemres/main/module.json b/systemres/main/module.json index b53520f8..35e16cb1 100644 --- a/systemres/main/module.json +++ b/systemres/main/module.json @@ -4293,6 +4293,15 @@ "deprecated": "", "provisionEnable": true, "distributedSceneEnable": false + }, + { + "name": "ohos.permission.CAPTURE_PLAYBACK", + "grantMode": "system_grant", + "availableLevel": "system_core", + "since": 16, + "deprecated": "", + "provisionEnable": true, + "distributedSceneEnable": false } ] } -- Gitee