Disabling Android O auto-fill service for an application

后端 未结 10 1760
死守一世寂寞
死守一世寂寞 2020-11-27 05:13

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

10条回答
  •  隐瞒了意图╮
    2020-11-27 05:51

    In your EditText attributes add android:importantForAutofill="no" This should be a temporary fix and will only apply to api 26+

提交回复
热议问题