I have an app to track parcels, so you can create a parcel by specifying name and track code. I guess that due to Android detecting the field is called "name", whenever the input gets focus I get a suggestion of names from the accounts google has stored on the phone.
How can I prevent this? These suggestions are useless in my case.
i tried specifying textNoSuggestions
on my editText but it does not fix it.