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

Commit 2057e777 authored by Ruchi Kandoi's avatar Ruchi Kandoi Committed by Android Git Automerger
Browse files

am cf1fedef: am 2acadb3f: Merge "BatteryProperties: Adds batteryCycleCount,...

am cf1fedef: am 2acadb3f: Merge "BatteryProperties: Adds batteryCycleCount, batteryCurrent, batteryFullCharge fields in the the battery properties."

* commit 'cf1fedef':
  BatteryProperties: Adds batteryCycleCount, batteryCurrent, batteryFullCharge fields in the the battery properties.
parents 05d902b7 cf1fedef
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -63,6 +63,9 @@ struct BatteryProperties {
    int batteryLevel;
    int batteryVoltage;
    int batteryTemperature;
    int batteryCurrent;
    int batteryCycleCount;
    int batteryFullCharge;
    String8 batteryTechnology;

    status_t writeToParcel(Parcel* parcel) const;