Possible Duplicate:
Android: Get all PendingIntents set with AlarmManager
I am looking to list all pending alarms set in my app, so later i can add a cancel button for each individual alarm.
The problem is, I'm not sure how this would be done at all, and have no idea where to start.
I would be grateful for any pointers in the right direction.
Thankyou.