Use wakeup reason when FingerPrint sensor wakes up the device

am: 9289560aa0

* commit '9289560aa0d195dfed67dab05811114bc7bc88a9':
  Use wakeup reason when FingerPrint sensor wakes up the device
This commit is contained in:
Adam Lesinski
2015-12-15 22:01:03 +00:00
committed by android-build-merger

View File

@@ -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) {