From 4f9f6a8ff16a1692310bfd5bde860637f3718a19 Mon Sep 17 00:00:00 2001 From: wangluyao Date: Sat, 10 Aug 2024 17:16:14 +0800 Subject: [PATCH] =?UTF-8?q?SystemCapability.FileManagement.File.Environmen?= =?UTF-8?q?t.FolderObtain=E7=B3=BB=E7=BB=9F=E8=83=BD=E5=8A=9B=E9=BB=98?= =?UTF-8?q?=E8=AE=A4=E4=B8=BAfalse?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: wangluyao --- bundle.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bundle.json b/bundle.json index 60c317e0e..bd0f08817 100644 --- a/bundle.json +++ b/bundle.json @@ -16,8 +16,7 @@ "SystemCapability.FileManagement.File.FileIO", "SystemCapability.FileManagement.File.FileIO.Lite", "SystemCapability.FileManagement.File.Environment", - "SystemCapability.FileManagement.File.DistributedFile", - "SystemCapability.FileManagement.File.Environment.FolderObtain" + "SystemCapability.FileManagement.File.DistributedFile" ], "features": [], "adapted_system_type": [ "mini","small","standard" ], -- Gitee