healthd: rename service batterypropreg => batteryproperties

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

Change-Id: I40d990ef7ee18cea99e5add39738bbe9fd5701ca
This commit is contained in:
Todd Poynor 2013-10-22 17:50:59 -07:00
parent 020369d872
commit f0e2ac2642
1 changed files with 1 additions and 0 deletions

View File

@ -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) {