Вопрос

I have created an alarm application in android.The problem is, when the phone reboots the alarm which was set already for previous date is showing. How to cancel the alarms which were set before the current date.

Это было полезно?

Решение

what are you using to set the alarm ? If you are using AlarManager to do so then try AlarmManager.cancel();

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top