Open ismail-s opened 8 years ago
I think that [this method](http://developer.android.com/reference/android/app/AlarmManager.html#setAlarmClock%28android.app.AlarmManager.AlarmClockInfo, android.app.PendingIntent%29) should be used instead of the setExact methods used here, so that the phone can display some icon or something to indicate that there is an alarm set.
setExact
The App in the Playstore does this.. But the app built from these sources doesn't do it.
I think that [this method](http://developer.android.com/reference/android/app/AlarmManager.html#setAlarmClock%28android.app.AlarmManager.AlarmClockInfo, android.app.PendingIntent%29) should be used instead of the
setExact
methods used here, so that the phone can display some icon or something to indicate that there is an alarm set.