From ba8ff9d39940e58ad1d968a3e5cd60d7f54d6f8d Mon Sep 17 00:00:00 2001 From: charminglzt Date: Wed, 13 Aug 2025 20:11:51 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E4=BA=8C=E8=BF=9B=E5=88=B6?= =?UTF-8?q?=E8=AF=81=E4=B9=A6=E6=9D=83=E9=99=90patch2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: charminglzt --- systemres/main/module.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/systemres/main/module.json b/systemres/main/module.json index 5b741767..82338669 100644 --- a/systemres/main/module.json +++ b/systemres/main/module.json @@ -6171,6 +6171,24 @@ "deprecated": "", "provisionEnable": true, "distributedSceneEnable": false + }, + { + "name": "ohos.permission.GET_DEVICE_INDEPENDENT_BINARY_CERT", + "grantMode": "system_grant", + "availableLevel": "system_core", + "since": 20, + "deprecated": "", + "provisionEnable": true, + "distributedSceneEnable": false + }, + { + "name": "ohos.permission.SET_DEVICE_INDEPENDENT_BINARY_CERT_STATUS", + "grantMode": "system_grant", + "availableLevel": "system_core", + "since": 20, + "deprecated": "", + "provisionEnable": true, + "distributedSceneEnable": false } ] } -- Gitee