From 1fc4b42e0558c74660ad419bd2829b396327bb3f Mon Sep 17 00:00:00 2001 From: cuiruibin Date: Tue, 26 Dec 2023 09:37:43 +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 6d7bce116..c25599f4d 100644 --- a/bundle.json +++ b/bundle.json @@ -16,7 +16,8 @@ "SystemCapability.FileManagement.File.FileIO", "SystemCapability.FileManagement.File.FileIO.Lite", "SystemCapability.FileManagement.File.Environment", - "SystemCapability.FileManagement.File.DistributedFile" + "SystemCapability.FileManagement.File.DistributedFile", + "SystemCapability.FileManagement.File.Environment.FolderObtain" ], "features": [], "adapted_system_type": [ "mini","small","standard" ], -- Gitee