healthd: rename service batterypropreg => batteryproperties
Part 1 of 2 (to avoid transitory runtime crashes). Change-Id: I40d990ef7ee18cea99e5add39738bbe9fd5701ca
This commit is contained in:
parent
020369d872
commit
f0e2ac2642
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue