Loading packages/SystemUI/src/com/android/keyguard/KeyguardSimPukViewController.java +1 −1 Original line number Diff line number Diff line Loading @@ -246,7 +246,7 @@ public class KeyguardSimPukViewController private boolean checkPuk() { // make sure the puk is at least 8 digits long. if (mPasswordEntry.getText().length() == 8) { if (mPasswordEntry.getText().length() >= 8) { mPukText = mPasswordEntry.getText(); return true; } Loading Loading
packages/SystemUI/src/com/android/keyguard/KeyguardSimPukViewController.java +1 −1 Original line number Diff line number Diff line Loading @@ -246,7 +246,7 @@ public class KeyguardSimPukViewController private boolean checkPuk() { // make sure the puk is at least 8 digits long. if (mPasswordEntry.getText().length() == 8) { if (mPasswordEntry.getText().length() >= 8) { mPukText = mPasswordEntry.getText(); return true; } Loading