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(+) (limited to 'healthd/BatteryPropertiesRegistrar.cpp') diff --git a/healthd/BatteryPropertiesRegistrar.cpp b/healthd/BatteryPropertiesRegistrar.cpp index 7add9bc17..52e6be06e 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.2.3