Is it possible in Android to programmatically send an email using the phone's associated GMail credentials? I can send an email when I e开发者_JAVA百科xplicitly provide the username and password, but I was hoping to leverage the Google account already associated with the phone. Note that I don't need to actually access the username or password; I just want to leverage this information indirectly to send email.
It looks like a project is underway that may support this functionality, though I have not yet had a chance to dig into it. See the google-authenticator-for-android.
精彩评论