how to disable spell checker for Android AutoCompleteTextView?
android, autocompletetextview
Solution
Found the best solution:
android:inputType="textPhonetic"
Problem
I've searched for this problem but not found any answers for my case. I have an AutoCompleteTextView and some strings as suggestions (city names). Android marks them with red line. I think it's Android's spell checker. How can I prevent spell checking?