【发布时间】:2013-05-09 02:32:46
【问题描述】:
SO 上的所有帖子都使用 PendingIntent.getBroadcast()。我们可以使用 PendingIntent.getService() 设置多个警报吗?我尝试使用 PendingIntent.getService() 进行单个警报的代码。它工作正常。但我不知道如何使用 PendingIntent.getService() 设置多个警报。并且使用 PendingIntent.Broadcast() 甚至不会发出一个警报。
请高手帮忙! :)
【问题讨论】:
标签: android alarmmanager