BootCompletedReceiver

public class BootCompletedReceiver extends 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 PersistenceService

Parameters:
  • context – Context upon which to act upon (?)
  • intent – idk