From 110467d6a629f9f9e4655cb4a779ac847afe069b Mon Sep 17 00:00:00 2001 From: LiAn Date: Mon, 25 Jul 2022 08:42:43 +0000 Subject: [PATCH] update zh-cn/application-dev/notification/background-agent-scheduled-reminder-guide.md. Signed-off-by: LiAn --- .../notification/background-agent-scheduled-reminder-guide.md | 2 ++ 1 file changed, 2 insertions(+) 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 8a7c21664f..309b35884a 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 @@ -284,3 +284,5 @@ let alarm : reminderAgent.ReminderRequestAlarm = { - [`AlarmClock`:后台代理提醒(eTS)(API8)](https://gitee.com/openharmony/app_samples/tree/master/Notification/AlarmClock) - [`FlipClock`:翻页时钟(eTS)(API8)](https://gitee.com/openharmony/app_samples/tree/master/CompleteApps/FlipClock) + +- [闹钟应用(eTS)(API9)](https://gitee.com/openharmony/codelabs/tree/master/CommonEventAndNotification/AlarmClock) \ No newline at end of file -- GitLab