Skip to content

Commit fa716c7

Browse files
Uriel RodriguezAndroid (Google) Code Review
authored andcommitted
Merge "BUG 5457035 : Anti-spoofing : DO NOT MERGE" into jb-dev
2 parents a91047f + 4fa995a commit fa716c7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

policy/src/com/android/internal/policy/impl/FaceUnlock.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,8 @@ private void startUi(IBinder windowToken, int x, int y, int w, int h) {
468468
if (!mServiceRunning) {
469469
Log.d(TAG, "Starting Face Unlock");
470470
try {
471-
mService.startUi(windowToken, x, y, w, h, false);
471+
mService.startUi(windowToken, x, y, w, h,
472+
mLockPatternUtils.isBiometricWeakLivelinessEnabled());
472473
} catch (RemoteException e) {
473474
Log.e(TAG, "Caught exception starting Face Unlock: " + e.toString());
474475
return;

0 commit comments

Comments
 (0)