Merge "Prevent multi-sensor enrollment from doing nothing." into sc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
0842cc9adc
@@ -271,7 +271,7 @@ public class BiometricEnrollActivity extends InstrumentedActivity {
|
||||
mIsFingerprintEnrollable = fingerprintManager.getEnrolledFingerprints(mUserId).size()
|
||||
< fpProperties.get(0).maxEnrollmentsPerUser;
|
||||
|
||||
if (!mConfirmingCredentials && mGkPwHandle == null) {
|
||||
if (!mConfirmingCredentials) {
|
||||
mConfirmingCredentials = true;
|
||||
if (!userHasPassword(mUserId)) {
|
||||
launchChooseLock();
|
||||
|
Reference in New Issue
Block a user