我尝试禁用所有EditText
的自动填充功能,但我的登录屏幕除外。并没有成功。总有" Autofill" longPress
editText
之后的选项。 rootView
的IMPORTANT_FOR_AUTOFILL_NO_EXCLUDE_DESCENDANTS或视图的IMPORTANT_FOR_AUTOFILL_NO根本不起作用。
有什么想法吗?感谢。
答案 0 :(得分:4)
也许你和我有同样的问题 我混淆了建议和自动填充 然后我将importantForAutofill设置为false并完成所有操作
答案 1 :(得分:2)
例如,您可以传递“ no”重要的AuroFill。
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:importantForAutofill="no" />