OSDN Git Service

Show dots when entering PIN password in landscape
authorGilles Debunne <debunne@google.com>
Wed, 16 May 2012 14:46:12 +0000 (16:46 +0200)
committerGilles Debunne <debunne@google.com>
Wed, 16 May 2012 16:42:00 +0000 (18:42 +0200)
commit320735917c8b54213725e716548f210dff498f65
treedfa90786a1eb76011e0e6a2f2193f5a4894883cd
parent6da25703db587c5414df734baf9ac7e5cb504b70
Show dots when entering PIN password in landscape

Bug 6184359

The EditText was customized with a PasswordTransformationMethod,
which is not propagated to the ExtractedEditText.

Using the equivalent inputType instead.

Change-Id: I174bd73b2aab4786767c1046996ad3541216d87e
src/com/android/settings/EditPinPreference.java