microsoft / ProjectOxford-Apps-MimickerAlarm

Project Oxford Mimicker Alarm
Other
349 stars 89 forks source link

Let the system know that we are setting an alarm clock #6

Open ismail-s opened 8 years ago

ismail-s commented 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.

FR46M3N7-P4R71CL3 commented 7 years ago

The App in the Playstore does this.. But the app built from these sources doesn't do it.