am baa370e1: am db19e1de: Merge "Fix the build" into mnc-dr-dev

* commit 'baa370e16b3f71b70641087ea68dd9c991ffbaab':
  Fix the build
This commit is contained in:
Jim Miller
2015-07-16 00:08:26 +00:00
committed by Android Git Automerger

View File

@@ -563,7 +563,7 @@ public class FingerprintService extends SystemService implements IBinder.DeathRe
}
// For fingerprint devices that support touch-to-wake, this will ensure the device
// wakes up and turns the screen on when fingerprint is authenticated.
if (mIsKeyguard && authenticated) {
if (authenticated) {
mPowerManager.wakeUp(SystemClock.uptimeMillis(),
"android.server.fingerprint:AUTH");
}