PowerManager.IsPowerSaveMode Property

Definition

Returns true if the device is currently in power save mode.

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

Property Value

Boolean

Returns true if currently in low power mode, else false.

Attributes

Remarks

Java documentation for android.os.PowerManager.isPowerSaveMode().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to