From a70471efb3dfeb0c85d17e43f6b67d6f91027d2b Mon Sep 17 00:00:00 2001 From: cuiruibin Date: Tue, 26 Dec 2023 09:55:44 +0800 Subject: [PATCH] =?UTF-8?q?pc=E6=96=B0=E5=A2=9Esyscap?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: cuiruibin --- bundle.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bundle.json b/bundle.json index 0d0c382c7..b65b71f17 100644 --- a/bundle.json +++ b/bundle.json @@ -15,7 +15,8 @@ "subsystem": "filemanagement", "syscap": [ "SystemCapability.FileManagement.AppFileService", - "SystemCapability.FileManagement.StorageService.Backup" + "SystemCapability.FileManagement.StorageService.Backup", + "SystemCapability.FileManagement.AppFileService.FolderAuthorization" ], "deps": { "components": [ -- Gitee