From 30da3e68c6c91737c9f39043ad9258bb66a3840f Mon Sep 17 00:00:00 2001 From: hanchenZz Date: Tue, 18 Jun 2024 20:36:09 +0800 Subject: [PATCH] =?UTF-8?q?SA=E6=8B=89=E8=B5=B7extension=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?CONNECT=5FFILE=5FACCESS=5FEXTENSION=E6=9D=83=E9=99=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: hanchenZz --- services/file_access_service.cfg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/services/file_access_service.cfg b/services/file_access_service.cfg index 641f1be4..ab218fe9 100644 --- a/services/file_access_service.cfg +++ b/services/file_access_service.cfg @@ -6,7 +6,8 @@ "ondemand" : true, "secon" : "u:r:file_access_service:s0", "permission" : [ - "ohos.permission.FILE_ACCESS_MANAGER" + "ohos.permission.FILE_ACCESS_MANAGER", + "ohos.permission.CONNECT_FILE_ACCESS_EXTENSION" ] } ] -- Gitee