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.