src/com.example.android.apis/app/AlarmController.java |
The activity that lets you schedule alarms |
src/com.example.android.apis/app/OneShotAlarm.java |
This is an intent receiver that executes when the
one-shot alarm goes off |
src/com.example.android.apis/app/RepeatingAlarm.java |
This is an intent receiver that executes when the
repeating alarm goes off |
/res/any/layout/alarm_controller.xml |
Defines contents of the screen |