Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 05dde913 authored by Danielle Millett's avatar Danielle Millett Committed by Android (Google) Code Review
Browse files

Merge "Setting liveliness to off" into jb-dev

parents 108feca9 46bbdec7
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -468,10 +468,8 @@ public class FaceUnlock implements BiometricSensorUnlock, Handler.Callback {
                    if (mLockPatternUtils == null) {
                        Log.d(TAG, "mLockPatternUtils is null");
                    }
                    Log.d(TAG, "x,y,w,h,live: " + x + "," + y + "," + w + "," + h + "," +
                            (mLockPatternUtils.isBiometricWeakLivelinessEnabled()?"yes":"no"));
                    mService.startUi(windowToken, x, y, w, h,
                            mLockPatternUtils.isBiometricWeakLivelinessEnabled());
                    Log.d(TAG, "x,y,w,h,live: " + x + "," + y + "," + w + "," + h + ", no");
                    mService.startUi(windowToken, x, y, w, h, false);
                    Log.d(TAG, "mService.startUi() called");
                } catch (RemoteException e) {
                    Log.e(TAG, "Caught exception starting Face Unlock: " + e.toString());