From 57b04779ca4e21bc4841a68501f05fdf9b581e04 Mon Sep 17 00:00:00 2001 From: wanghaha <577815062@qq.com> Date: Tue, 15 Apr 2025 12:26:48 +0000 Subject: [PATCH] fix 18 to 19 Signed-off-by: wanghaha <577815062@qq.com> --- api/@ohos.file.picker.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/@ohos.file.picker.d.ts b/api/@ohos.file.picker.d.ts index 9de6da5788..7ac799da1a 100644 --- a/api/@ohos.file.picker.d.ts +++ b/api/@ohos.file.picker.d.ts @@ -664,7 +664,7 @@ declare namespace picker { * @type { ?boolean } * @syscap SystemCapability.FileManagement.UserFileService * @atomicservice - * @since 18 + * @since 19 */ isEncryptionSupported?: boolean; -- Gitee