am e924ecb6
: Merge "Fix 3510307: Hide PIN passwords in ConfirmLockPassword" into honeycomb-mr1
* commit 'e924ecb6114b24d326e8a9c5f4a12179e7f5c5c2': Fix 3510307: Hide PIN passwords in ConfirmLockPassword
This commit is contained in:
@@ -108,7 +108,7 @@ public class ConfirmLockPassword extends PreferenceActivity {
|
||||
|
||||
int currentType = mPasswordEntry.getInputType();
|
||||
mPasswordEntry.setInputType(isAlpha ? currentType
|
||||
: (currentType | InputType.TYPE_CLASS_NUMBER));
|
||||
: (InputType.TYPE_CLASS_NUMBER | InputType.TYPE_NUMBER_VARIATION_PASSWORD));
|
||||
|
||||
// Update the breadcrumb (title) if this is embedded in a PreferenceActivity
|
||||
if (activity instanceof PreferenceActivity) {
|
||||
|
Reference in New Issue
Block a user