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

Commit b31f1a5f 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

am: 7197bb49

* commit '7197bb49':
  Use wakeup reason when FingerPrint sensor wakes up the device
parents 0510ad1b 7197bb49
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) {