public class WebViewUpdateService extends SystemService
PHASE_ACTIVITY_MANAGER_READY, PHASE_BOOT_COMPLETED, PHASE_LOCK_SETTINGS_READY, PHASE_SYSTEM_SERVICES_READY, PHASE_THIRD_PARTY_APPS_CAN_START, PHASE_WAIT_FOR_DEFAULT_DISPLAY
Constructor and Description |
---|
WebViewUpdateService(Context context) |
Modifier and Type | Method and Description |
---|---|
static boolean |
entirePackageChanged(Intent intent)
Returns whether the entire package from an ACTION_PACKAGE_CHANGED intent was changed (rather
than just one of its components).
|
void |
onStart()
Called when the dependencies listed in the @Service class-annotation are available
and after the chosen start phase.
|
void |
prepareWebViewInSystemServer() |
getBinderService, getContext, getLocalService, isSafeMode, onBootPhase, onCleanupUser, onStartUser, onStopUser, onSwitchUser, onUnlockUser, publishBinderService, publishBinderService, publishLocalService
public WebViewUpdateService(Context context)
public void onStart()
SystemService
onStart
in class SystemService
public void prepareWebViewInSystemServer()
public static boolean entirePackageChanged(Intent intent)