I'm trying to disable autofill for all EditText
's except my login screen. And no success yet. There is always "Autofill" option after longPress
on editText
. IMPORTANT_FOR_AUTOFILL_NO_EXCLUDE_DESCENDANTS for rootView
or IMPORTANT_FOR_AUTOFILL_NO for view gives no effect at all.
Any ideas? Thanks.
android:longClickable="false"
– Gravimeter