[android-developers] How to find email of the current user

2010-03-19 Thread Wah
Is there a way to find the email address of the user of the phone? I have a software that requires password. However, sometimes people forget their password and want a reset. I think the best is to send an email to the user of the phone, instead of prompting the email address at the time the

Re: [android-developers] How to find email of the current user

2010-03-19 Thread David Ashwood
Direct them to your website to reset their password - use Google oAuth. No need to send them an email. The complete flow would be: 1) Install software on phone, direct them to your website 2) Request auth to link their Google acc with your site 3) Create the association between the install