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

Commit f0e2ac26 authored by Todd Poynor's avatar Todd Poynor
Browse files

healthd: rename service batterypropreg => batteryproperties

Part 1 of 2 (to avoid transitory runtime crashes).

Change-Id: I40d990ef7ee18cea99e5add39738bbe9fd5701ca
parent 020369d8
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -32,6 +32,7 @@ namespace android {

void BatteryPropertiesRegistrar::publish() {
    defaultServiceManager()->addService(String16("batterypropreg"), this);
    defaultServiceManager()->addService(String16("batteryproperties"), this);
}

void BatteryPropertiesRegistrar::notifyListeners(struct BatteryProperties props) {