Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要提醒用户他们的平板电脑只能在一天的特定时间间隔内服用。我知道通知和警报管理器是如何工作的。但不知道我该如何解决我上面提到的问题。有时在两者之间我需要停止/取消那个重复的警报。
任何帮助将不胜感激。
regds, Pratheeja
您可以使用您触发的 PendingIntent 通过在 24 小时内添加新警报来在每次警报响起时重置警报。不要忘记添加接收设备启动操作 ( android.intent.action.BOOT_COMPLETED) 的 BroadcastReceiver,因为警报会在设备启动时被删除,您必须将警报重置为剩余时间。
android.intent.action.BOOT_COMPLETED