Security with Accountmanager

Asked

Viewed 22 times

1

I am using the following method to collect the user’s email for authentication (email only) in my app:

AccountManager.newChooseAccountIntent(null, null, new String[]{"com.google"}, false, null, null, null, null);

My question is whether this is easily swindlable and whether there is any way to mitigate this risk.

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.