Hi,
I'm trying to restrict characters for the EditText Wiget. Basically I want only alphanumeric and few other symbols. I can do this by capturing input from the keyboard and block it that way but was wondering if anyone knows if Android provides a more automated way. Looking at EditText properties I only see digit and password, there is no property where I can specify allowed/restricted characters.
Any thoughts?
Thanks
T


