Android.OS.PowerManager.IsPowerSaveMode Property
Returns true if the device is currently in power save mode.

Syntax

[get: Android.Runtime.Register("isPowerSaveMode", "()Z", "GetIsPowerSaveModeHandler")]
public virtual bool IsPowerSaveMode { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Returns true if the device is currently in power save mode. When in this mode, applications should reduce their functionality in order to conserve battery as much as possible. You can monitor for changes to this state with PowerManager.ActionPowerSaveModeChanged.

[Android Documentation]

Requirements

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