From e64698d7ff16f84a3d1e7835c810f01e217c3fbc Mon Sep 17 00:00:00 2001 From: xuzhihao Date: Thu, 24 Nov 2022 19:18:51 +0800 Subject: [PATCH] BugFix: fix issue of notification dts Signed-off-by: xuzhihao --- api/@ohos.commonEvent.d.ts | 4 ++-- api/@ohos.commonEventManager.d.ts | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/api/@ohos.commonEvent.d.ts b/api/@ohos.commonEvent.d.ts index 93653e2553..2ca7d7d8f6 100644 --- a/api/@ohos.commonEvent.d.ts +++ b/api/@ohos.commonEvent.d.ts @@ -187,7 +187,7 @@ declare namespace commonEvent { COMMON_EVENT_SCREEN_OFF = "usual.event.SCREEN_OFF", /** - * This commonEvent means when the device is woken up and interactive. + * This commonEvent means when the device is awakened and interactive. */ COMMON_EVENT_SCREEN_ON = "usual.event.SCREEN_ON", @@ -198,7 +198,7 @@ declare namespace commonEvent { COMMON_EVENT_THERMAL_LEVEL_CHANGED = "usual.event.THERMAL_LEVEL_CHANGED", /** - * This commonEvent means when the user is present after the device woken up. + * This commonEvent means when the user is present after the device is awakened. */ COMMON_EVENT_USER_PRESENT = "usual.event.USER_PRESENT", diff --git a/api/@ohos.commonEventManager.d.ts b/api/@ohos.commonEventManager.d.ts index f528ee6162..1cafa28a65 100644 --- a/api/@ohos.commonEventManager.d.ts +++ b/api/@ohos.commonEventManager.d.ts @@ -165,7 +165,7 @@ declare namespace commonEventManager { COMMON_EVENT_SCREEN_OFF = "usual.event.SCREEN_OFF", /** - * This commonEvent means when the device is woken up and interactive. + * This commonEvent means when the device is awakened and interactive. */ COMMON_EVENT_SCREEN_ON = "usual.event.SCREEN_ON", @@ -175,7 +175,7 @@ declare namespace commonEventManager { COMMON_EVENT_THERMAL_LEVEL_CHANGED = "usual.event.THERMAL_LEVEL_CHANGED", /** - * This commonEvent means when the user is present after the device woken up. + * This commonEvent means when the user is present after the device is awakened. */ COMMON_EVENT_USER_PRESENT = "usual.event.USER_PRESENT", -- Gitee