Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit aae641bc authored by Brian Colonna's avatar Brian Colonna
Browse files

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
parent 5ce34861
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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