Is it possible in Android to limit what is the maximum and minimum number that user can input in EditTextPreference
?
Asked
Active
Viewed 29 times
1
1 Answers
0
you may use OnPreferenceChangeListener to catch the user input and validate, possibly preventing it from being written to the Preferences by returning true/false.

lenik
- 23,228
- 4
- 34
- 43