I'm using the following method to collect the user's email to serve as authentication (email only) in my app:
AccountManager.newChooseAccountIntent(null, null, new String[]{"com.google"}, false, null, null, null, null);
My question is if this is easily cheated and if you can reduce that risk.