Merge "BUG 5457035 : Anti-spoofing : DO NOT MERGE" into jb-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
fa716c7b9b
@@ -468,7 +468,8 @@ public class FaceUnlock implements BiometricSensorUnlock, Handler.Callback {
|
||||
if (!mServiceRunning) {
|
||||
Log.d(TAG, "Starting Face Unlock");
|
||||
try {
|
||||
mService.startUi(windowToken, x, y, w, h, false);
|
||||
mService.startUi(windowToken, x, y, w, h,
|
||||
mLockPatternUtils.isBiometricWeakLivelinessEnabled());
|
||||
} catch (RemoteException e) {
|
||||
Log.e(TAG, "Caught exception starting Face Unlock: " + e.toString());
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user