Android - struggling to style Account Picker
问题 I'm trying to implement an AccountPicker in my game, and I've tried using all three versions of newChooseAccountIntent , 2 coming from AccountManager and one from AccountPicker . my code looks like this if (android.os.Build.VERSION.SDK_INT >= android.os.Build.VERSION_CODES.M) { intent = AccountManager.newChooseAccountIntent(null, null, new String[]{GoogleAuthUtil.GOOGLE_ACCOUNT_TYPE}, null, null, null, null); } else { intent = AccountManager.newChooseAccountIntent(null, null, new String[]