Disabling Android O auto-fill service for an application

后端 未结 10 1752
死守一世寂寞
死守一世寂寞 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:54

    Had the same problem with API 28+ and disable Autofill. For me the only solution was to disable long click for my views.

                    
    

提交回复
热议问题