Merge "Provide useful hint when invalid SIM PIN is entered during changing SIM PIN"
This commit is contained in:
committed by
Android (Google) Code Review
commit
874e9def60
@@ -476,7 +476,7 @@ public class IccLockSettings extends SettingsPreferenceFragment
|
||||
mPin = preference.getText();
|
||||
if (!reasonablePin(mPin)) {
|
||||
// inject error message and display dialog again
|
||||
mError = mRes.getString(R.string.sim_bad_pin);
|
||||
mError = mRes.getString(R.string.sim_invalid_pin_hint);
|
||||
showPinDialog();
|
||||
return;
|
||||
}
|
||||
|
Reference in New Issue
Block a user