I want to auto-complete an emailId EditText with the gmail-id registered with the device.
e.g if my phone is registered with the gmail id sd@gmail.com then it should be auto completed as i start typing “s”. Any Ideas??? Thanks…
I want to auto-complete an emailId EditText with the gmail-id registered with the device.
Share
You have to go through Android AccountManager class:
and also need to add required permissions to AndroidManifest file:
From there you can autofill info.