How can I turn off suggestions in EditText in Android?
android:inputType="textNoSuggestions"
according to this, may or may not be supported by the IME (the keyboard).
However, this seems to work more often
android:inputType="textNoSuggestions|textVisiblePassword"
1.4m articles
1.4m replys
5 comments
57.0k users