I want to allow the user to provide me their email address without typing it in. Ideally, there\'d be a text field where the user could either type an email address or push
An alternative approach might be to find the Google username associated with the device, from which you can reconstruct a user@gmail.com address, but that still requires use of the AccountManager. See Accessing Google Account Id /username via Android.