Skip to content

Commit aae641b

Browse files
author
Brian Colonna
committed
Changed result of entering credentials after forgot pattern
After pressing forgot pattern and entering credentials, it used to bring you to the screen to choose a new pattern. Now you are brought to the screen to choose any unlock method. The reason for this change is that both Pattern and FaceLock are valid possibilities when a pattern is forgotten since FaceLock can use a pattern as a backup method. Change-Id: Ide28a780771a50952e72c3c06e1f71cbcb48f834
1 parent 5ce3486 commit aae641b

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)