Android闹钟实现停止和贪睡
我希望每天设置两个时间段的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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论