diff --git a/api/@ohos.file.photoAccessHelper.d.ts b/api/@ohos.file.photoAccessHelper.d.ts index ee482d899aa95e63b72d8772ca7fc3b4f9b067ee..abfae4c8d43b7ab5a7afca071ddfabc595d1d9e1 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;