From e06fc27dbadb16107bbda4f379a011640c02a1d7 Mon Sep 17 00:00:00 2001 From: hunili Date: Sat, 13 Sep 2025 01:13:32 +0800 Subject: [PATCH] =?UTF-8?q?[Bug]:=20=E4=BA=91=E7=9B=98=20https://gitee.com?= =?UTF-8?q?/openharmony/filemanagement=5Fuser=5Ffile=5Fservice/issues/ICRW?= =?UTF-8?q?I6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: hunili --- api/@ohos.commonEventManager.d.ts | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/api/@ohos.commonEventManager.d.ts b/api/@ohos.commonEventManager.d.ts index 93c094eb01..cc21f3f8ba 100644 --- a/api/@ohos.commonEventManager.d.ts +++ b/api/@ohos.commonEventManager.d.ts @@ -2766,7 +2766,20 @@ declare namespace commonEventManager { * @since 21 * @arkts 1.1&1.2 */ - COMMON_EVENT_RESTORE_END = 'usual.event.RESTORE_END' + COMMON_EVENT_RESTORE_END = 'usual.event.RESTORE_END', + + /** + * This common event means that the sync folder of cloud disk has been updated. + * To subscribe to this common event, your application must have the + * ohos.permission.ACCESS_CLOUD_DISK_INFO permission. + * This is a protected common event that can only be sent by system. + * + * @syscap SystemCapability.Notification.CommonEvent + * @systemapi + * @since 21 + * @arkts 1.1&1.2 + */ + COMMON_EVENT_CLOUD_DISK_STATE_CHANGED = 'usual.event.CLOUD_DISK_STATE_CHANGED', } /** -- Gitee