Merge "Reduced time to 3 seconds." into qt-r1-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
da74cc8cc7
@@ -51,7 +51,7 @@ public class FaceEnrollEducation extends BiometricEnrollBase {
|
||||
private static final int ON = 1;
|
||||
private static final int OFF = 0;
|
||||
// 8 seconds.
|
||||
private static final long FACE_ENROLL_EDUCATION_DELAY = 8000;
|
||||
private static final long FACE_ENROLL_EDUCATION_DELAY = 3000;
|
||||
|
||||
private FaceManager mFaceManager;
|
||||
private FaceEnrollAccessibilityToggle mSwitchDiversity;
|
||||
|
Reference in New Issue
Block a user