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

Commit 73aa6430 authored by Dmitry Grinberg's avatar Dmitry Grinberg
Browse files

DO NOT MERGE: Give proper package name to wakelock

Bug: 15442409
Change-Id: Ibae4eb97f8607b91f8acb2474704443ad431a6f5
parent 99b5e99f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -463,7 +463,7 @@ static void bt_wakelock_control_callback(int acquire) {
        else {
            sp<IBinder> binder = new BBinder();
            if (NO_ERROR == sPm->acquireWakeLock(POWERMANAGER_PARTIAL_WAKE_LOCK, binder,
                                               String16("TimerWakelock"), String16("Bluetooth")))
                                               String16("TimerWakelock"), String16("com.android.bluetooth")))
                sWakelock = binder;
        }
    } else {