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

Commit 5a43cc6d authored by Paul Lawrence's avatar Paul Lawrence Committed by Todd Poynor
Browse files

BatteryProperty: Add battery capacity property

Match change in native code
  https://googleplex-android-review.git.corp.google.com/#/c/427553/

Change-Id: I0049ccbbef59fbbc0e14b50b9af7481d87a6d48c
parent 6ef3c2cb
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;