From ab0e77f83ead95aa3ca1272fb00d8a0324cb0447 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E6=96=87=E8=BF=AA?= Date: Tue, 22 Mar 2022 20:24:40 +0800 Subject: [PATCH] update syscap MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 张文迪 --- api/@ohos.fileManager.d.ts | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/api/@ohos.fileManager.d.ts b/api/@ohos.fileManager.d.ts index 0b51f1f006..fffa2f5d5c 100644 --- a/api/@ohos.fileManager.d.ts +++ b/api/@ohos.fileManager.d.ts @@ -29,7 +29,7 @@ declare namespace filemanager { * listFile. * * @note N/A - * @syscap SystemCapability.FileManagement.FileManagerService + * @syscap SystemCapability.FileManagement.UserFileService * @since 9 * @permission N/A * @function listFile @@ -51,7 +51,7 @@ declare function listFile(path: string, type: string, options?: {dev?: DevInfo, * getRoot. * * @note N/A - * @syscap SystemCapability.FileManagement.FileManagerService + * @syscap SystemCapability.FileManagement.UserFileService * @since 9 * @permission N/A * @function getRoot @@ -69,7 +69,7 @@ declare function getRoot(options?: {dev?: DevInfo}, callback: AsyncCallback