From eb16255977487b5e99434989950370e6767bdf09 Mon Sep 17 00:00:00 2001 From: tangtiantian2021 Date: Thu, 13 Apr 2023 06:29:28 +0000 Subject: [PATCH] =?UTF-8?q?update=20en/application-dev/reference/apis/comm?= =?UTF-8?q?onEventManager-definitions.md.=20API=E8=AF=84=E5=AE=A1=E6=96=B0?= =?UTF-8?q?=E5=A2=9E=E5=BE=85=E6=9C=BA=E4=BA=8B=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: tangtiantian2021 --- .../reference/apis/commonEventManager-definitions.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/en/application-dev/reference/apis/commonEventManager-definitions.md b/en/application-dev/reference/apis/commonEventManager-definitions.md index 4d400882bb..357aa7e027 100644 --- a/en/application-dev/reference/apis/commonEventManager-definitions.md +++ b/en/application-dev/reference/apis/commonEventManager-definitions.md @@ -666,10 +666,19 @@ Indicates that the system charging type has changed. This event is available onl - Required subscriber permissions: none ## COMMON_EVENT_DEVICE_IDLE_MODE_CHANGED -(Reserved, not supported yet) Indicates that the system idle mode has changed. +Indicates that the system idle mode has changed. - Value: **usual.event.DEVICE_IDLE_MODE_CHANGED** - Required subscriber permissions: none +## COMMON_EVENT_DEVICE_IDLE_EXEMPTION_UPDATE +Indicates that the list of exempt applications has been updated in the idle mode. This event is available only for system applications. +- Value: **usual.event.DEVICE_IDLE_EXEMPTION_UPDATE** +- Required subscriber permissions: none + +## COMMON_EVENT_DEVICE_IDLE_CTRL_NETWORK +Indicates that the network access is restricted or restored, when screen is off for about 30 minutes. This event is available only for system applications. +- Value: **usual.event.DEVICE_IDLE_CTRL_NETWORK** +- Required subscriber permissions: none ## COMMON_EVENT_POWER_SAVE_MODE_CHANGED Indicates that the system power saving mode has changed. -- GitLab