ACTION_POWER_DISCONNECTED constant

String const ACTION_POWER_DISCONNECTED

Broadcast Action: External power has been removed from the device. This is intended for applications that wish to register specifically to this notification. Unlike ACTION_BATTERY_CHANGED, applications will be woken for this and so do not have to stay active to receive this notification. This action can be used to implement actions that wait until power is available to trigger.

This is a protected intent that can only be sent by the system.

Implementation

static const String ACTION_POWER_DISCONNECTED =
    "android.intent.action.ACTION_POWER_DISCONNECTED";