PowerManager.IsBatteryDischargePredictionPersonalized Property

Definition

Returns whether the current battery life remaining estimate is personalized based on device usage history or not.

public virtual bool IsBatteryDischargePredictionPersonalized { [Android.Runtime.Register("isBatteryDischargePredictionPersonalized", "()Z", "GetIsBatteryDischargePredictionPersonalizedHandler", ApiSince=31)] get; }
[<get: Android.Runtime.Register("isBatteryDischargePredictionPersonalized", "()Z", "GetIsBatteryDischargePredictionPersonalizedHandler", ApiSince=31)>]
member this.IsBatteryDischargePredictionPersonalized : bool

Property Value

Boolean

A boolean indicating if the current discharge estimate is personalized based on historical device usage or not.

Attributes

Remarks

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

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