I would like to disable Autofill in an Android WebView in Oreo but I cannot find a way to do that. I have tried AutofillManager.disableAutofillServices and cancel() in the app. I created an onAutofillEvent() listener in the app and it does not get called when Autofill is used in the WebView.
Does anyone know how to this?
I found my answer in this post. Not sure why I didn't find it before I asked.