Merge "Hide password for wifi tether" into pi-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
9bb2efa0ff
@@ -51,6 +51,7 @@ public class WifiTetherPasswordPreferenceController extends WifiTetherBasePrefer
|
||||
Log.d(TAG, "Updating password in Preference, " + mPassword);
|
||||
}
|
||||
((ValidatedEditTextPreference) mPreference).setValidator(this);
|
||||
((ValidatedEditTextPreference) mPreference).setIsSummaryPassword(true);
|
||||
updatePasswordDisplay((EditTextPreference) mPreference);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user