BootCompletedReceiver¶
-
public class
BootCompletedReceiverextends BroadcastReceiver¶ Starts our service on boot, which in turn starts our main activity.
Author: Alan Zhu
Methods¶
onReceive¶
-
public void
onReceive(Context context, Intent intent)¶ Recieves a the BootCompleted message and responds to it by starting
PersistenceServiceParameters: - context – Context upon which to act upon (?)
- intent – idk