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"
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"