取消之前设置的闹钟
我在 android 中创建了一个闹钟应用程序。问题是,当手机重新启动时,会显示为之前日期设置的闹钟。 如何取消当前日期之前设置的闹钟。
I have created an alarm application in android.The problem is, when the phone reboots the alarm which was set already for previous date is showing.
How to cancel the alarms which were set before the current date.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你用什么来设置闹钟?如果您使用 AlarManager 来执行此操作,请尝试 AlarmManager.cancel();
what are you using to set the alarm ? If you are using AlarManager to do so then try AlarmManager.cancel();