gpt4 book ai didi

Android Oreo 为 EditText 禁用自动填充

转载 作者:塔克拉玛干 更新时间:2023-11-03 00:34:09 25 4
gpt4 key购买 nike

我正在尝试为除登录屏幕之外的所有 EditText 禁用自动填充。而且还没有成功。在 editText 上的 longPress 之后总是有“自动填充”选项。 rootView 的 IMPORTANT_FOR_AUTOFILL_NO_EXCLUDE_DESCENDANTS 或 View 的 IMPORTANT_FOR_AUTOFILL_NO 根本没有效果。

有什么想法吗?谢谢。

最佳答案

您可以将“否”传递给 importantForAutofill 例如

<EditText
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:importantForAutofill="no" />

关于Android Oreo 为 EditText 禁用自动填充,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47773409/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com