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

Commit 8f1b1948 authored by Paul Lawrence's avatar Paul Lawrence Committed by Android (Google) Code Review
Browse files

Merge "BatteryProperty: Add battery capacity property"

parents 503fb80d 5a43cc6d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -29,6 +29,7 @@ public class BatteryProperty implements Parcelable {
    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_AVG = 3;
    public static final int BATTERY_PROP_CAPACITY = 4;

    public int valueInt;