I am trying to access a google page from my app that requires sign in. I use Chrome Custom Tabs to do this. Since this is an android device the user has already signed in via a gmail account, so my question is how can I make the Custom Intent to log in to that account automatically when it is launched?
If it helps, I can also implement a separate login for my app and store the user details there and can I export that data to the Chrome Custom Tabs?