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

Commit 2acadb3f authored by Ruchi Kandoi's avatar Ruchi Kandoi Committed by Gerrit Code Review
Browse files

Merge "BatteryProperties: Adds batteryCycleCount, batteryCurrent,...

Merge "BatteryProperties: Adds batteryCycleCount, batteryCurrent, batteryFullCharge fields in the the battery properties."
parents f364393a a679508a
Loading
Loading
Loading
Loading
+3 −0
Original line number Original line Diff line number Diff line
@@ -63,6 +63,9 @@ struct BatteryProperties {
    int batteryLevel;
    int batteryLevel;
    int batteryVoltage;
    int batteryVoltage;
    int batteryTemperature;
    int batteryTemperature;
    int batteryCurrent;
    int batteryCycleCount;
    int batteryFullCharge;
    String8 batteryTechnology;
    String8 batteryTechnology;


    status_t writeToParcel(Parcel* parcel) const;
    status_t writeToParcel(Parcel* parcel) const;