Loading packages/SystemUI/src/com/android/keyguard/KeyguardUpdateMonitor.java +3 −1 Original line number Diff line number Diff line Loading @@ -1875,7 +1875,9 @@ public class KeyguardUpdateMonitor implements TrustManager.TrustListener, Dumpab if (posture == DEVICE_POSTURE_OPENED) { mLogger.d("Posture changed to open - attempting to request active" + " unlock and run face auth"); if (getFaceAuthInteractor() != null) { getFaceAuthInteractor().onDeviceUnfolded(); } requestActiveUnlockFromWakeReason(PowerManager.WAKE_REASON_UNFOLD_DEVICE, false); } Loading Loading
packages/SystemUI/src/com/android/keyguard/KeyguardUpdateMonitor.java +3 −1 Original line number Diff line number Diff line Loading @@ -1875,7 +1875,9 @@ public class KeyguardUpdateMonitor implements TrustManager.TrustListener, Dumpab if (posture == DEVICE_POSTURE_OPENED) { mLogger.d("Posture changed to open - attempting to request active" + " unlock and run face auth"); if (getFaceAuthInteractor() != null) { getFaceAuthInteractor().onDeviceUnfolded(); } requestActiveUnlockFromWakeReason(PowerManager.WAKE_REASON_UNFOLD_DEVICE, false); } Loading