Can anyone tell me how can I stop this alarm?
I\'m trying to stop it by using a handler but it didn\'t stop it continues to repeat?
Here\'s my code:
//==
Hi you can use the following command passing your pending intent:
am.cancel(yourPendingIntent);
I have written a good tutorial on AlarmManager some months ago that you can find at this link