Account[] allAccounts =
AccountManager.get(getApplicationContext()).getAccounts();
for(Account account : allAccounts)
{
String emailAccName = account.name;
String emailAccType = account.type;
}
Dont forget to add <uses-permission
android:name="android.permission.GET_ACCOUNTS" /> in manifest
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en