Merge "Changed result of entering credentials after forgot pattern"
This commit is contained in:
committed by
Android (Google) Code Review
commit
93b19cbe4b
@@ -54,7 +54,7 @@ import java.io.IOException;
|
||||
public class AccountUnlockScreen extends RelativeLayout implements KeyguardScreen,
|
||||
View.OnClickListener, TextWatcher {
|
||||
private static final String LOCK_PATTERN_PACKAGE = "com.android.settings";
|
||||
private static final String LOCK_PATTERN_CLASS = LOCK_PATTERN_PACKAGE + ".ChooseLockPattern";
|
||||
private static final String LOCK_PATTERN_CLASS = LOCK_PATTERN_PACKAGE + ".ChooseLockGeneric";
|
||||
|
||||
/**
|
||||
* The amount of millis to stay awake once this screen detects activity
|
||||
|
||||
Reference in New Issue
Block a user