Getting Android owner's email address nicely

前端 未结 4 413
忘了有多久
忘了有多久 2020-11-29 16:47

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

4条回答
  •  执念已碎
    2020-11-29 17:19

    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.

提交回复
热议问题