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

Commit ec3198e2 authored by Ruchi Kandoi's avatar Ruchi Kandoi Committed by Bart Sears
Browse files

BatteryProperties: Adds batteryCycleCount, batteryCurrent,


batteryFullCharge fields in the the battery properties.

Bug: 22981343
Change-Id: I50d12abf2c81462c992b90f536f088c5098139b4
Signed-off-by: default avatarRuchi Kandoi <kandoiruchi@google.com>
parent e6dc6eaa
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -64,6 +64,9 @@ struct BatteryProperties {
    int batteryLevel;
    int batteryVoltage;
    int batteryTemperature;
    int batteryCurrent;
    int batteryCycleCount;
    int batteryFullCharge;
    String8 batteryTechnology;

    status_t writeToParcel(Parcel* parcel) const;