PowerManager.IsBatteryDischargePredictionPersonalized Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
A boolean indicating if the current discharge estimate is personalized based on historical device usage or not.
- Attributes
Remarks
Returns whether the current battery life remaining estimate is personalized based on device usage history or not. This value does not take a device's powered or charging state into account.
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.