I am using TextInputEditText in XML. When I run the application, on clicking the EditText, it shows this auto-fill from messages option (Image included). It happens only in modified androids like Vivo, Oppo, etc. Please suggest how to disable this suggestion.
Asked
Active
Viewed 242 times
2
-
4Does this answer your question? [Android Oreo disable autofill for EditText](https://stackoverflow.com/questions/47773409/android-oreo-disable-autofill-for-edittext), `android:importantForAutofill="no"`. – Nicolas Jun 03 '20 at 14:06