com.vodafone360.people.service.receivers
Class StartBroadcastReceiver

java.lang.Object
  extended by BroadcastReceiver
      extended by com.vodafone360.people.service.receivers.StartBroadcastReceiver

public class StartBroadcastReceiver
extends BroadcastReceiver

People client BroadcastReceiver. Responsible for auto-start of People's service.


Constructor Summary
StartBroadcastReceiver()
           
 
Method Summary
 void onReceive(Context context, Intent intent)
          Implementation of the BroadcastReceiver#onReceive function.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StartBroadcastReceiver

public StartBroadcastReceiver()
Method Detail

onReceive

public void onReceive(Context context,
                      Intent intent)
Implementation of the BroadcastReceiver#onReceive function. Starts service once the phone has booted

Parameters:
context - The current context of the People application
intent - Intent data


JavaDoc