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

Commit ee83397b authored by Dianne Hackborn's avatar Dianne Hackborn
Browse files

Fix issue #9860494: Waiting for service batteryinfo...

I changed the name of the service, this needs to follow.

Change-Id: Id8e346cee9d75cfe142cd43f6aea43302878b6dc
parent 883140d0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -33,7 +33,7 @@ namespace android {
BatteryService::BatteryService() {
    const sp<IServiceManager> sm(defaultServiceManager());
    if (sm != NULL) {
        const String16 name("batteryinfo");
        const String16 name("batterystats");
        mBatteryStatService = sm->getService(name);
    }
}