I have a very simple question: I have a EditTextPreference dialog which I want to use for getting the user\'s password and I want it to be masked.
EditTextPreference
How c
android:inputType="numberPassword" doesn't work for me. Eclipse told me, that no String values are allowed for this attribute. So i used following:
android:inputType="numberPassword"
This got me a EditTextPreference with a dotted textdisplay and a number keyboard for input.