com.github.ignition.location.receivers
Class IgnitedBootReceiver

java.lang.Object
  extended by android.content.BroadcastReceiver
      extended by com.github.ignition.location.receivers.IgnitedBootReceiver

public class IgnitedBootReceiver
extends android.content.BroadcastReceiver

This Receiver class is designed to listen for system boot.

If the app has been run at least once, the passive location updates should be enabled after a reboot.


Constructor Summary
IgnitedBootReceiver()
           
 
Method Summary
 void onReceive(android.content.Context context, android.content.Intent intent)
           
 
Methods inherited from class android.content.BroadcastReceiver
abortBroadcast, clearAbortBroadcast, getAbortBroadcast, getDebugUnregister, getResultCode, getResultData, getResultExtras, isInitialStickyBroadcast, isOrderedBroadcast, peekService, setDebugUnregister, setOrderedHint, setResult, setResultCode, setResultData, setResultExtras
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IgnitedBootReceiver

public IgnitedBootReceiver()
Method Detail

onReceive

public void onReceive(android.content.Context context,
                      android.content.Intent intent)
Specified by:
onReceive in class android.content.BroadcastReceiver


Copyright © 2012. All Rights Reserved.