Google account question

brelto85

Active Member
Licensed User
Longtime User
looking on forum, i found this code that allow to retrieve a google account name that is stored in phone

with the account object that is returned (or also only name of google account), is possible to keep it in memory (ex: after selecting from a listview) the credential of account to prevent the user to enter manually?

I ask this because i want to make sure that a user can send an email (using the Net library) by selecting the google account from those available and without re-enter the credentials
 
Top