From aae641bc6404d8cee8840769881742df8963aa5b Mon Sep 17 00:00:00 2001 From: Brian Colonna Date: Fri, 23 Sep 2011 14:37:11 -0400 Subject: [PATCH] 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 --- .../com/android/internal/policy/impl/AccountUnlockScreen.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/policy/src/com/android/internal/policy/impl/AccountUnlockScreen.java b/policy/src/com/android/internal/policy/impl/AccountUnlockScreen.java index 6ff9a608ad44a..29c091eb76d44 100644 --- a/policy/src/com/android/internal/policy/impl/AccountUnlockScreen.java +++ b/policy/src/com/android/internal/policy/impl/AccountUnlockScreen.java @@ -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