Android O has the feature to support Auto-filling for fields. Is there any way I can disable it for a specific application. That is I want to force my application not to use
In your EditText attributes add android:importantForAutofill="no" This should be a temporary fix and will only apply to api 26+
android:importantForAutofill="no"