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.
我真的需要一些指导。我实现了一个触发通知服务的警报管理器。如果我必须只显示一个通知,它就可以工作。但我现在需要的是一种根据时间安排(即 11:00、13:00、18:20)显示通知的方法。
任何帮助,将不胜感激。谢谢你。
如果你想在“11:00, 13:00, 18:20”获得控制权,那么用唯一的对象调用set()或setRepeating()3 次。PendingIntent获取“唯一PendingIntent对象”的最简单方法是将唯一值传递给工厂方法的第二个参数(例如,getService())。
set()
setRepeating()
PendingIntent
getService()