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

Commit 0edc5b50 authored by Todd Poynor's avatar Todd Poynor
Browse files

BatteryService: use new batteryproperties service name

Change-Id: Ib065a1099ec17d799f9caa6bb48390b478c28ed7
parent 50ae3858
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -160,7 +160,7 @@ public final class BatteryService extends Binder {

        mBatteryPropertiesListener = new BatteryListener();

        IBinder b = ServiceManager.getService("batterypropreg");
        IBinder b = ServiceManager.getService("batteryproperties");
        mBatteryPropertiesRegistrar = IBatteryPropertiesRegistrar.Stub.asInterface(b);

        try {