From 482b9f217202b8329fa7d2d8b009bec1be7233c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BB=96=E5=BA=B7=E5=BA=B7?= Date: Tue, 30 Aug 2022 09:16:56 +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 13b3a3f980..57107f865c 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: 设置提醒到达时跳转的目标包。如果设备正在使用中,则弹出一个通知框 +interface MaxScreenWantAgent: 提醒到达时自动拉起的目标界面信息,如果设备在使用中,则只弹出通知横幅框(现版本暂不支持此功能) **表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 1cf0a39d95..a03c761b79 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