From a90b5192c13539be865fe6924e45b69173c816be Mon Sep 17 00:00:00 2001 From: caochuan Date: Thu, 11 Sep 2025 16:49:10 +0800 Subject: [PATCH] heif dup interface modify Signed-off-by: caochuan --- api/@ohos.file.photoAccessHelper.d.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/@ohos.file.photoAccessHelper.d.ts b/api/@ohos.file.photoAccessHelper.d.ts index ee482d899a..abfae4c8d4 100644 --- a/api/@ohos.file.photoAccessHelper.d.ts +++ b/api/@ohos.file.photoAccessHelper.d.ts @@ -2170,7 +2170,7 @@ declare namespace photoAccessHelper { * 1. Database corrupted.2. The file system is abnorma1.3. The IPC request timed out. * @syscap SystemCapability.FileManagement.PhotoAccessHelper.Core * @systemapi - * @since 20 + * @since 21 */ createTemporaryCompatibleDuplicate(): Promise; /** @@ -6383,7 +6383,7 @@ declare namespace photoAccessHelper { *
Possible causes: 1. The IPC request timed out. 2.system running error * @syscap SystemCapability.FileManagement.PhotoAccessHelper.Core * @systemapi - * @since 20 + * @since 21 */ isCompatibleDuplicateSupported(bundleName: string): Promise; -- Gitee