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

Commit 7197bb49 authored by Adam Lesinski's avatar Adam Lesinski Committed by android-build-merger
Browse files

Use wakeup reason when FingerPrint sensor wakes up the device

am: 9289560a

* commit '9289560a':
  Use wakeup reason when FingerPrint sensor wakes up the device
parents 4ab8b069 9289560a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -173,7 +173,7 @@ public class FingerprintUnlockController extends KeyguardUpdateMonitorCallback {
            if (DEBUG_FP_WAKELOCK) {
                Log.i(TAG, "fp wakelock: Authenticated, waking up...");
            }
            mPowerManager.wakeUp(SystemClock.uptimeMillis());
            mPowerManager.wakeUp(SystemClock.uptimeMillis(), "android.policy:FINGERPRINT");
        }
        releaseFingerprintWakeLock();
        switch (mMode) {