Android闹钟实现停止和贪睡

发布于 2025-01-06 17:04:14 字数 252 浏览 2 评论 0原文

我希望每天设置两个时间段的Android闹钟,例如上午8点--9点,中午12点--13点。对于每个时间跨度,每 5 分钟响一次。当按下“贪睡”键时,结束当前活动,并在下一个时间间隔(5分钟内)响铃;当按下“停止”时,它结束当前的活动,并在下一个时间段(到中午12点--13点开始)响铃。

我完成了“贪睡”,但还没弄清楚如何跳到下一个“停止”的时间跨度。如何在单击按钮时传递返回值,以便 AlarmManager 能够知道差异并取消下一个警报?

感谢您的帮助!

I hope to set up an Android alarm for two time span everyday, for example, 8am--9am, 12pm--13pm. For each time span, it rings every 5 minutes. When press the "snooze", it finish the current activity, and rings at the next time interval (in 5 minutes); when press the "stop", it finish the current activity, and rings at the next time span (to the beginning of 12pm--13pm).

I finish the "snooze", but haven't figured out how to jump into the next time span for "stop". How can I pass the return value when I click the button, so the AlarmManager can know the difference and cancel the next alarm?

Thanks for the help!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文