From 002ca9a0666588c869dbf6c0635294b80b07dfb1 Mon Sep 17 00:00:00 2001 From: sunshinglight Date: Tue, 9 Sep 2025 13:52:13 +0000 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E7=B3=BB=E7=BB=9F=E6=9D=83?= =?UTF-8?q?=E9=99=90=EF=BC=8C=E5=B0=86=E6=92=AD=E6=94=BE=E6=B3=A8=E5=85=A5?= =?UTF-8?q?=E5=BD=95=E5=88=B6=E4=B8=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: sunshinglight Change-Id: I4d4279d9e1d7dfc98608e6c6641ea909819aef15 --- systemres/main/module.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/systemres/main/module.json b/systemres/main/module.json index d6528ca4..3f11e136 100644 --- a/systemres/main/module.json +++ b/systemres/main/module.json @@ -6253,6 +6253,15 @@ "provisionEnable": true, "distributedSceneEnable": false }, + { + "name": "ohos.permission.INJECT_PLAYBACK_TO_AUDIO_CAPTURE", + "grantMode": "system_grant", + "availableLevel": "system_core", + "since": 22, + "deprecated": "", + "provisionEnable": true, + "distributedSceneEnable": false + }, { "name": "ohos.permission.CUSTOM_SCREEN_RECORDING", "grantMode": "manual_settings", -- Gitee