Adding gmail login page to Android

  • Replies:0
ilanit kaikov
  • Forum posts: 1

May 6, 2015, 5:42:34 AM via Website

I would like to add Google+ Login button and after the click the user will need to put his email & password in gmail auth page. For some reason the only option that I found out is to use the default user which configured by the user in his device.

I'm using Google API Services and this is the code that ask for permissions - mGoogleApiClient.connect();

My code was taken from here - developers.google.com/+/mobile/android/sign-in

Someone can help me to understand how I redirect him to user & pwd page instead of the permission pop-up?

Reply