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
Create custom EditText style and set android:importantForAutofill to no.
android:importantForAutofill
no
Then in your activity theme set this style for editTextStyle.
@style/EditTextStyleWithoutAutoFill