Merge "Reduced next button enabled delay to 8 seconds" into qt-dev am: 987c97c5e1
am: 4e20bb7368
Change-Id: I27d5e6d8e7d4dbbe2b5eedc7af0e3900864bdb24
This commit is contained in:
@@ -49,8 +49,8 @@ public class FaceEnrollEducation extends BiometricEnrollBase {
|
||||
private static final String TAG = "FaceEducation";
|
||||
private static final int ON = 1;
|
||||
private static final int OFF = 0;
|
||||
// 10 seconds.
|
||||
private static final long FACE_ENROLL_EDUCATION_DELAY = 16000;
|
||||
// 8 seconds.
|
||||
private static final long FACE_ENROLL_EDUCATION_DELAY = 8000;
|
||||
|
||||
private FaceManager mFaceManager;
|
||||
private FaceEnrollAccessibilityToggle mSwitchDiversity;
|
||||
|
||||
Reference in New Issue
Block a user