Skip to content

Commit 93b19cb

Browse files
Brian ColonnaAndroid (Google) Code Review
authored andcommitted
Merge "Changed result of entering credentials after forgot pattern"
2 parents 6ed1bfb + aae641b commit 93b19cb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

policy/src/com/android/internal/policy/impl/AccountUnlockScreen.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
public class AccountUnlockScreen extends RelativeLayout implements KeyguardScreen,
5555
View.OnClickListener, TextWatcher {
5656
private static final String LOCK_PATTERN_PACKAGE = "com.android.settings";
57-
private static final String LOCK_PATTERN_CLASS = LOCK_PATTERN_PACKAGE + ".ChooseLockPattern";
57+
private static final String LOCK_PATTERN_CLASS = LOCK_PATTERN_PACKAGE + ".ChooseLockGeneric";
5858

5959
/**
6060
* The amount of millis to stay awake once this screen detects activity

0 commit comments

Comments
 (0)