Package 

Class WakefulBroadcastReceiver

    • Method Summary

      Modifier and Type Method Description
      static ComponentName startWakefulService(Context context, Intent intent) Do a Context.startService, but holding a wake lock while the service starts.
      static boolean completeWakefulIntent(Intent intent) Finish the execution from a previous startWakefulService.
      • Methods inherited from class android.content.BroadcastReceiver

        abortBroadcast, clearAbortBroadcast, getAbortBroadcast, getDebugUnregister, getResultCode, getResultData, getResultExtras, goAsync, isInitialStickyBroadcast, isOrderedBroadcast, onReceive, 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