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 th...
asked by
21.01.2016 / 18:41