Android canceling all alarm set
- by spagi
Hi all.
I am making an event application and user can set a reminder for events he wants.
So i use the alarmManager to create alarms. I would like to put a cancel all option to my main activity so that i could cancel all the alarms created by my application.
The usual method for canceling the alarm with the same intent doesnt really help cause i set tha alarms on a different activity than the one I want to cancel them in.
So is there a way to cancel all the alarms created by my application?
Thanks!