From 980a61657d2dec7530963d1f2bd15531a3376453 Mon Sep 17 00:00:00 2001 From: wangtiantian Date: Thu, 7 Jul 2022 12:15:15 +0000 Subject: [PATCH] =?UTF-8?q?IssueNo:=20#I5G2DM=EF=BC=9Abms=20add=20ohos.per?= =?UTF-8?q?mission.OPERATE=5FDIRECTORY=20Description:=20bms=20add=20ohos.p?= =?UTF-8?q?ermission.OPERATE=5FDIRECTORY=20Sig:SIG=5FApplicaitonFramework?= =?UTF-8?q?=20Feature=20or=20Bugfix:Feature=20Binary=20Source:No=20Signed-?= =?UTF-8?q?off-by:=20wangtiantian=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- systemres/main/config.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/systemres/main/config.json b/systemres/main/config.json index 41e5673d..3a6f6b65 100644 --- a/systemres/main/config.json +++ b/systemres/main/config.json @@ -1045,6 +1045,13 @@ "availableLevel": "system_core", "provisionEnable": true, "distributedSceneEnable": false + }, + { + "name": "ohos.permission.OPERATE_DIRECTORY", + "grantMode": "system_grant", + "availableLevel": "system_core", + "provisionEnable": true, + "distributedSceneEnable": false } ] } -- Gitee