What is the difference between EditText.setInputType and setRawInputType.
I have a field that should allow for all characters, but I have a mode button that switches between numeric and alpha keyboard.
So I want the numeric keyboard when they are "part number" search mode, but alpha keyboard when they are "description" search mode.
Android OS 2.2 or later.