I’m developing an android application that allows users log in with their google account if none google account exists.I have already known how to start Add Account activity
Code:
startActivity(new Intent(android.provider.Settings.ACTION_ADD_ACCOUNT));
This screen let user choose type account.I want to skip that screen.I wanna show Add google account screen(just like Google Play do).
Add in Manifest: