We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6ed1bfb + aae641b commit 93b19cbCopy full SHA for 93b19cb
1 file changed
policy/src/com/android/internal/policy/impl/AccountUnlockScreen.java
@@ -54,7 +54,7 @@
54
public class AccountUnlockScreen extends RelativeLayout implements KeyguardScreen,
55
View.OnClickListener, TextWatcher {
56
private static final String LOCK_PATTERN_PACKAGE = "com.android.settings";
57
- private static final String LOCK_PATTERN_CLASS = LOCK_PATTERN_PACKAGE + ".ChooseLockPattern";
+ private static final String LOCK_PATTERN_CLASS = LOCK_PATTERN_PACKAGE + ".ChooseLockGeneric";
58
59
/**
60
* The amount of millis to stay awake once this screen detects activity
0 commit comments