How to get the Android device’s primary e-mail address
There are several ways to do this, shown below. As a friendly warning, be careful and up-front to the user when dealing with account, profile, and contact data. If you misuse a user’s email address or other personal information, bad things can happen. Method A: Use AccountManager (API level 5+) You can use AccountManager.getAccounts or … Read more