|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object BroadcastReceiver com.vodafone360.people.service.receivers.StartBroadcastReceiver
public class StartBroadcastReceiver
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 |
---|
public StartBroadcastReceiver()
Method Detail |
---|
public void onReceive(Context context, Intent intent)
BroadcastReceiver#onReceive
function.
Starts service once the phone has booted
context
- The current context of the People applicationintent
- Intent data
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
JavaDoc