Android.Content.Intent.ActionPowerConnected Field
Broadcast Action: External power has been connected to the device.

Syntax

[Android.Runtime.Register("ACTION_POWER_CONNECTED")]
public const string ActionPowerConnected

Remarks

Broadcast Action: External power has been connected to 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.

[Android Documentation]

Requirements

Namespace: Android.Content
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 4