allowEarlyTakeOff

Checks if Autopilot is able to takeOff before onCreate.

Early takeOff will only be called on the main process. Apps that use multiple processes need to make sure automaticTakeOff is called in any other processes that use Airship. If early takeOff is disabled, automaticTakeOff must be called at all application entry points (i.e., in the onCreate() method of all registered Broadcast Receivers, Activities and Services).

Return

true to allow early takeOff, otherwise false.

Parameters

context

The application context.