取消之前设置的闹钟

发布于 2024-12-19 08:39:39 字数 75 浏览 5 评论 0原文

我在 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 技术交流群。

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

玉环 2024-12-26 08:39:39

你用什么来设置闹钟?如果您使用 AlarManager 来执行此操作,请尝试 AlarmManager.cancel();

what are you using to set the alarm ? If you are using AlarManager to do so then try AlarmManager.cancel();

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文