From f0e2ac26424da01f1a48eed1c343dfdafd338553 Mon Sep 17 00:00:00 2001 From: Todd Poynor Date: Tue, 22 Oct 2013 17:50:59 -0700 Subject: healthd: rename service batterypropreg => batteryproperties Part 1 of 2 (to avoid transitory runtime crashes). Change-Id: I40d990ef7ee18cea99e5add39738bbe9fd5701ca --- healthd/BatteryPropertiesRegistrar.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/healthd/BatteryPropertiesRegistrar.cpp b/healthd/BatteryPropertiesRegistrar.cpp index 7add9bc..52e6be0 100644 --- a/healthd/BatteryPropertiesRegistrar.cpp +++ b/healthd/BatteryPropertiesRegistrar.cpp @@ -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) { -- cgit v1.1