Loading policy/src/com/android/internal/policy/impl/FaceUnlock.java +2 −1 Original line number Original line Diff line number Diff line Loading @@ -468,7 +468,8 @@ public class FaceUnlock implements BiometricSensorUnlock, Handler.Callback { if (!mServiceRunning) { if (!mServiceRunning) { Log.d(TAG, "Starting Face Unlock"); Log.d(TAG, "Starting Face Unlock"); try { try { mService.startUi(windowToken, x, y, w, h, false); mService.startUi(windowToken, x, y, w, h, mLockPatternUtils.isBiometricWeakLivelinessEnabled()); } catch (RemoteException e) { } catch (RemoteException e) { Log.e(TAG, "Caught exception starting Face Unlock: " + e.toString()); Log.e(TAG, "Caught exception starting Face Unlock: " + e.toString()); return; return; Loading Loading
policy/src/com/android/internal/policy/impl/FaceUnlock.java +2 −1 Original line number Original line Diff line number Diff line Loading @@ -468,7 +468,8 @@ public class FaceUnlock implements BiometricSensorUnlock, Handler.Callback { if (!mServiceRunning) { if (!mServiceRunning) { Log.d(TAG, "Starting Face Unlock"); Log.d(TAG, "Starting Face Unlock"); try { try { mService.startUi(windowToken, x, y, w, h, false); mService.startUi(windowToken, x, y, w, h, mLockPatternUtils.isBiometricWeakLivelinessEnabled()); } catch (RemoteException e) { } catch (RemoteException e) { Log.e(TAG, "Caught exception starting Face Unlock: " + e.toString()); Log.e(TAG, "Caught exception starting Face Unlock: " + e.toString()); return; return; Loading