From 67fd5aab0e657d1e2660fdef4c4f5475349af6fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=BB=AB=E5=9C=B0=E5=AE=81=E5=AE=81?= <756090608@qq.com> Date: Tue, 17 Jun 2025 18:10:33 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E9=81=A5=E6=8E=A7?= =?UTF-8?q?=E6=8B=8D=E7=85=A7=E5=9C=BA=E6=99=AF=E5=8D=A1=E7=89=87=E8=AE=BF?= =?UTF-8?q?=E9=97=AE=E6=9D=83=E9=99=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 绫地宁宁 <756090608@qq.com> --- systemres/main/module.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/systemres/main/module.json b/systemres/main/module.json index 289877b0..de2c9dc1 100644 --- a/systemres/main/module.json +++ b/systemres/main/module.json @@ -5748,6 +5748,15 @@ "deprecated": "", "provisionEnable": true, "distributedSceneEnable": false + }, + { + "name": "ohos.permission.ACCESS_CAMERA_SCENARIOS_CARD", + "grantMode": "system_grant", + "availableLevel": "system_basic", + "since": 20, + "deprecated": "", + "provisionEnable": true, + "distributedSceneEnable": false } ] } -- Gitee From 194899d49b3e8dc8766ab3827767a656beadec77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=BB=AB=E5=9C=B0=E5=AE=81=E5=AE=81?= <756090608@qq.com> Date: Wed, 18 Jun 2025 03:24:58 +0000 Subject: [PATCH 2/2] update systemres/main/module.json. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 绫地宁宁 <756090608@qq.com> --- systemres/main/module.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systemres/main/module.json b/systemres/main/module.json index de2c9dc1..8880caf3 100644 --- a/systemres/main/module.json +++ b/systemres/main/module.json @@ -5749,7 +5749,7 @@ "provisionEnable": true, "distributedSceneEnable": false }, - { + { "name": "ohos.permission.ACCESS_CAMERA_SCENARIOS_CARD", "grantMode": "system_grant", "availableLevel": "system_basic", -- Gitee