Now this is odd...
Using
AccountManager.newChooseAccountIntent(null, null, new String[] {\"com.google\"}, null, null, null, null);
does
For anyone getting here, the real answer is here
in short, you need to use AccountManager.newChooseAccountIntent() (ref)
AccountManager.newChooseAccountIntent()