ACTION_PRE_BOOT_COMPLETED constant

String const ACTION_PRE_BOOT_COMPLETED

Broadcast Action: This is broadcast once when the user is booting after a system update. It can be used to perform cleanup or upgrades after a system update.

This broadcast is sent after the {@link #ACTION_LOCKED_BOOT_COMPLETED} broadcast but before the {@link #ACTION_BOOT_COMPLETED} broadcast. It's only sent when the {@link Build#FINGERPRINT} has changed, and it's only sent to receivers in the system image.

@hide

Implementation

static const String ACTION_PRE_BOOT_COMPLETED =
    "android.intent.action.PRE_BOOT_COMPLETED";