am 40597ca0
: Merge "Use the right message for pattern/password." into lmp-mr1-dev automerge: c44ad35
automerge: 0475a3c
* commit '0475a3ccc508b0c61b23733f0ec27110910e21b2':
Use the right message for pattern/password.
This commit is contained in:
@@ -237,9 +237,9 @@ public class CryptKeeper extends Activity implements TextView.OnEditorActionList
|
||||
if (passwordType == StorageManager.CRYPT_TYPE_PIN) {
|
||||
status.setText(R.string.cryptkeeper_wrong_pin);
|
||||
} else if (passwordType == StorageManager.CRYPT_TYPE_PATTERN) {
|
||||
status.setText(R.string.cryptkeeper_wrong_password);
|
||||
status.setText(R.string.cryptkeeper_wrong_pattern);
|
||||
} else {
|
||||
status.setText(R.string.cryptkeeper_wrong_pin);
|
||||
status.setText(R.string.cryptkeeper_wrong_password);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user