Android canceling all alarm set
Posted
by spagi
on Stack Overflow
See other posts from Stack Overflow
or by spagi
Published on 2010-05-30T10:53:56Z
Indexed on
2010/05/30
11:02 UTC
Read the original article
Hit count: 227
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!
© Stack Overflow or respective owner