Security with AccountManager

1

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.

    
asked by anonymous 21.01.2016 / 18:41

0 answers