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 57107f865c78cf30444deb3ba14e657d86f971cf..fb17772601924c83316feb8c831d59043f457738 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: 提醒到达时自动拉起的目标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 a03c761b79c3c3eba4294ce96d4632ba4bdd72cb..1eeac0b120561544853a5bb7d61c883c20f08645 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