From d4be95e5ec6174a766348debec4ade0113c80b09 Mon Sep 17 00:00:00 2001 From: lixiyuan Date: Mon, 23 Dec 2024 14:30:53 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B2=E7=AA=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: lixiyuan --- systemres/main/module.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/systemres/main/module.json b/systemres/main/module.json index ebd8b225..e442d995 100644 --- a/systemres/main/module.json +++ b/systemres/main/module.json @@ -4670,6 +4670,15 @@ "deprecated": "", "provisionEnable": true, "distributedSceneEnable": false + }, + { + "name": "ohos.permission.STORAGE_MANAGER_CRYPT", + "grantMode": "system_grant", + "availableLevel": "system_basic", + "since": 12, + "deprecated": "", + "provisionEnable": true, + "distributedSceneEnable": false } ] } -- Gitee