From 530272669c7ea0f92af2531831a4957729d4145c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=8A=E5=AE=98=E6=99=AF=E5=A8=81?= Date: Thu, 15 May 2025 21:50:44 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=9D=83=E9=99=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 上官景威 --- systemres/main/module.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/systemres/main/module.json b/systemres/main/module.json index e39024a1..0dc2dc2e 100644 --- a/systemres/main/module.json +++ b/systemres/main/module.json @@ -5472,6 +5472,16 @@ "deprecated": "", "provisionEnable": true, "distributedSceneEnable": false + }, + { + "name": "ohos.permission.kernel.ALLOW_APP_CODE_DECRYPT", + "grantMode": "system_grant", + "availableLevel": "system_core", + "availableType": "SYSTEM", + "since": 20, + "deprecated": "", + "provisionEnable": true, + "distributedSceneEnable": false } ] } -- Gitee