Loading services/core/java/com/android/server/fingerprint/FingerprintService.java +0 −6 Original line number Diff line number Diff line Loading @@ -576,12 +576,6 @@ public class FingerprintService extends SystemService implements IBinder.DeathRe result |= true; // we have a valid fingerprint mLockoutReset.run(); } // 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 (authenticated) { mPowerManager.wakeUp(SystemClock.uptimeMillis(), "android.server.fingerprint:AUTH"); } return result; } Loading Loading
services/core/java/com/android/server/fingerprint/FingerprintService.java +0 −6 Original line number Diff line number Diff line Loading @@ -576,12 +576,6 @@ public class FingerprintService extends SystemService implements IBinder.DeathRe result |= true; // we have a valid fingerprint mLockoutReset.run(); } // 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 (authenticated) { mPowerManager.wakeUp(SystemClock.uptimeMillis(), "android.server.fingerprint:AUTH"); } return result; } Loading