I there a way to get a list of the active PendingIntent
s in a device?
I am starting to work with AlarmManager
and I like to see if my PendingIntent
s are created and removed correctly.
It would also be nice to see what other PendingIntent
s are there, just as a curiosity to see if some app is doing some "extra work".