From efd719794b37462118d75852a96acf525d4c848c Mon Sep 17 00:00:00 2001 From: jiyong_sd Date: Tue, 5 Jul 2022 11:34:32 +0800 Subject: [PATCH] modified commonEvent Signed-off-by: jiyong_sd Change-Id: Ieb985341df0f8d89ae3a1445e44cfcbe7cc5446e --- api/@ohos.commonEvent.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/@ohos.commonEvent.d.ts b/api/@ohos.commonEvent.d.ts index 7b732362cc..9b00d6108b 100644 --- a/api/@ohos.commonEvent.d.ts +++ b/api/@ohos.commonEvent.d.ts @@ -965,7 +965,7 @@ declare namespace commonEvent { * This is a protected common event that can only be sent by system. * @since 9 */ - COMMON_EVENT_SLOT_CHANGE = "usual.event.SLOT_CHANGE" + COMMON_EVENT_SLOT_CHANGE = "usual.event.SLOT_CHANGE", /** * Indicate the action of a common event that the spn display information has been updated. -- Gitee