From e69a9140184b433c58ba3519b50fd022df182d82 Mon Sep 17 00:00:00 2001 From: hunili Date: Tue, 9 Sep 2025 20:35:01 +0800 Subject: [PATCH] =?UTF-8?q?[Bug]:=20=E4=BA=91=E7=9B=98=20https://gitee.com?= =?UTF-8?q?/openharmony/filemanagement=5Fuser=5Ffile=5Fservice/issues/ICRW?= =?UTF-8?q?I6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: hunili --- systemres/main/module.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/systemres/main/module.json b/systemres/main/module.json index 1fcc320f..46bfc99b 100644 --- a/systemres/main/module.json +++ b/systemres/main/module.json @@ -6270,6 +6270,15 @@ "deprecated": "", "provisionEnable": true, "distributedSceneEnable": false + }, + { + "name": "ohos.permission.ACCESS_CLOUD_DISK_INFO", + "grantMode": "system_grant", + "availableLevel": "system_basic", + "since": 21, + "deprecated": "", + "provisionEnable": true, + "distributedSceneEnable": false } ] } -- Gitee