From b0adcec37b435637f8fc4787eeaef6e0704907aa Mon Sep 17 00:00:00 2001 From: Zhou Shihui Date: Thu, 3 Jul 2025 10:57:34 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9EMANAGE=5FSTORAGE=E6=9D=83?= =?UTF-8?q?=E9=99=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Zhou Shihui --- .../accesstokenmanager/permission_definitions.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/services/accesstokenmanager/permission_definitions.json b/services/accesstokenmanager/permission_definitions.json index 713c77feb..7712080b9 100644 --- a/services/accesstokenmanager/permission_definitions.json +++ b/services/accesstokenmanager/permission_definitions.json @@ -7103,6 +7103,17 @@ "distributedSceneEnable": false, "deviceTypes": ["2in1"] }, + { + "name": "ohos.permission.atomicService.MANAGE_STORAGE", + "grantMode": "system_grant", + "availableLevel": "system_basic", + "availableType": "NORMAL", + "since": 20, + "deprecated": "", + "provisionEnable": true, + "distributedSceneEnable": false, + "deviceTypes": ["phone", "2in1", "tablet"] + }, { "name": "ohos.permission.TRIGGER_LOCAL_WANTAGENT", "grantMode": "system_grant", -- Gitee