From e534bfd8e18803319e4904e73957c5d047b6e320 Mon Sep 17 00:00:00 2001 From: duanaoqi Date: Mon, 25 Aug 2025 15:51:46 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9EACCESS=5FUSER=5FFULL=5FDISK?= =?UTF-8?q?=E6=9D=83=E9=99=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: duanaoqi --- systemres/main/module.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/systemres/main/module.json b/systemres/main/module.json index 7e308456..447df3d2 100644 --- a/systemres/main/module.json +++ b/systemres/main/module.json @@ -1946,6 +1946,16 @@ "provisionEnable": false, "distributedSceneEnable": false }, + { + "name": "ohos.permission.ACCESS_USER_FULL_DISK", + "grantMode": "mannual_setting", + "availableLevel": "system_basic", + "availableType": "NORMAL", + "since": 20, + "deprecated": "", + "provisionEnable": true, + "distributedSceneEnable": false + }, { "name": "ohos.permission.RECEIVE_ENTERPRISE_POLICY_EVENT", "grantMode": "system_grant", -- Gitee