terranlune / SFSweep

0 stars 0 forks source link

SetAlarmActivity should create an android system alarm #8

Open terranlune opened 10 years ago

terranlune commented 10 years ago

I believe the way this works is that you tell Android to launch an Intent at a particular time. The intent should be the SetAlarmActivity. Ie, when the alarm goes off, it should open the SFSweep app and bring up the SetAlarmActivity.

arbrow commented 10 years ago

To do: Observe alarm dialog and confirm proper use of flags. Implement cancel feature. Adjust drawer behavior to avoid confusion when setting red 'tester' flag. Redirect user to drawer when responding to system alarm. Test alarm on physical device.