From 358b04697a762a2586755d8752a5730b99d62685 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BB=96=E5=BA=B7=E5=BA=B7?= Date: Wed, 31 Aug 2022 17:23:12 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E9=86=92=E4=BB=A3=E7=90=86=E6=96=87?= =?UTF-8?q?=E6=A1=A3=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 廖康康 --- .../notification/background-agent-scheduled-reminder-guide.md | 2 +- zh-cn/application-dev/reference/apis/js-apis-reminderAgent.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/zh-cn/application-dev/notification/background-agent-scheduled-reminder-guide.md b/zh-cn/application-dev/notification/background-agent-scheduled-reminder-guide.md index 59e44267f2..cacf9aaf4c 100644 --- a/zh-cn/application-dev/notification/background-agent-scheduled-reminder-guide.md +++ b/zh-cn/application-dev/notification/background-agent-scheduled-reminder-guide.md @@ -57,7 +57,7 @@ interface WantAgent: 设置点击通知后需要跳转的目标ability信息 | pkgName | string | 是 | 目标包的名称 | | abilityName | string | 是 | 目标ability的名称 | -interface MaxScreenWantAgent: 提醒到达时自动拉起的目标ability信息(全屏显示),如果设备在使用中,则只弹出通知横幅框(该接口预留) +interface MaxScreenWantAgent: 全屏显示提醒到达时自动拉起的目标ability信息,如果设备在使用中,则只弹出通知横幅框,该接口预留 **表6** MaxScreenWantAgent diff --git a/zh-cn/application-dev/reference/apis/js-apis-reminderAgent.md b/zh-cn/application-dev/reference/apis/js-apis-reminderAgent.md index 3a34f7ed29..09b727f94f 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-reminderAgent.md +++ b/zh-cn/application-dev/reference/apis/js-apis-reminderAgent.md @@ -434,7 +434,7 @@ reminderAgent.removeNotificationSlot(notification.SlotType.CONTENT_INFORMATION). ## MaxScreenWantAgent -提醒到达时自动拉起的目标ability信息(全屏显示)。(该接口预留) +全屏显示提醒到达时自动拉起的目标ability信息,该接口预留。 **系统能力**:以下各项对应的系统能力均为SystemCapability.Notification.ReminderAgent -- GitLab