I have tried
android:inputType="textFilter"
android:inputType="textNoSuggestions"
x.setInputType(InputType.TYPE_TEXT_FLAG_NO_SUGGESTIONS);
android:inputType="textVisiblePassword"
I can see there are a lot of things to try Android programmatically disable autocomplete/autosuggest for EditText in emulator
Is there any method that works on all devices? For instance those commands above don't work on my device, yet work for other people.