Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2e999258 authored by Todd Poynor's avatar Todd Poynor Committed by Android (Google) Code Review
Browse files

Merge "BatteryProperty: Add average current property"

parents 8e8393ae be7d9e39
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -28,6 +28,7 @@ public class BatteryProperty implements Parcelable {
     */
     */
    public static final int BATTERY_PROP_CHARGE_COUNTER = 1;
    public static final int BATTERY_PROP_CHARGE_COUNTER = 1;
    public static final int BATTERY_PROP_CURRENT_NOW = 2;
    public static final int BATTERY_PROP_CURRENT_NOW = 2;
    public static final int BATTERY_PROP_CURRENT_AVG = 3;


    public int valueInt;
    public int valueInt;