![]() |
Talking Reminder
this project is intenfed for people who are not tech savvy
|
A class For handling the reboot scenarios. In this case this class reschedules the alarms if the device boots. More...
Public Member Functions | |
void | onReceive (Context context, Intent intent) |
A class For handling the reboot scenarios. In this case this class reschedules the alarms if the device boots.
Definition at line 15 of file BootReceiver.java.
void com.sudogeeks.talking_reminder.BootReceiver.onReceive | ( | Context | context, |
Intent | intent | ||
) |
Overrides onReceive method of BroadcastReceiver class. Once the device boot completes, this method will schedule the alarms again
context | |
intent |
Definition at line 43 of file BootReceiver.java.