From 8b98e08dd0c702b9ee89a1db631e18eedf20282f Mon Sep 17 00:00:00 2001 From: tangmimi Date: Thu, 4 May 2023 11:21:24 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E8=B5=84=E6=BA=90=E8=B0=83?= =?UTF-8?q?=E5=BA=A6=E5=AD=90=E7=B3=BB=E7=BB=9F=E6=94=B9=E5=85=AC=E5=85=B3?= =?UTF-8?q?=E4=BA=8B=E4=BB=B6=E6=8F=8F=E8=BF=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: tangmimi --- .../apis/common_event/commonEvent-resourceschedule.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/zh-cn/application-dev/reference/apis/common_event/commonEvent-resourceschedule.md b/zh-cn/application-dev/reference/apis/common_event/commonEvent-resourceschedule.md index 6f91c19f8e..61b8b4f12c 100644 --- a/zh-cn/application-dev/reference/apis/common_event/commonEvent-resourceschedule.md +++ b/zh-cn/application-dev/reference/apis/common_event/commonEvent-resourceschedule.md @@ -9,6 +9,8 @@ 如果用户一段时间没有使用设备且屏幕已经关闭情况下,系统延迟后台应用程序CPU和网络访问,将会触发事件通知服务发布该系统公共事件。 +与这个公共事件相关的接口:deviceStandby,具体参看[接口文档](../js-apis-resourceschedule-deviceStandby.md#isDeviceInStandby)。 + ## COMMON_EVENT_DEVICE_IDLE_EXEMPTION_LIST_UPDATED 表示待机状态下延迟后台应用程序CPU和网络访问的豁免名单出现变化,触发公共事件通知动作。 @@ -17,4 +19,4 @@ 待机状态下后台应用程序CPU和网络访问被限制,系统应用可以申请解除限制,将会触发事件通知服务发布该系统公共事件。 -与这个公共事件相关的接口:device_standby,具体参看[接口文档](../js-apis-device_standby.md#applyExemptionAppResource)。 \ No newline at end of file +与这个公共事件相关的接口:deviceStandby,具体参看[接口文档](../js-apis-resourceschedule-deviceStandby.md#applyExemptionAppResource)。 \ No newline at end of file -- GitLab