views:

51

answers:

1

Hi

I want to use default user login/pwd in my app.

Do you know how can I have access to this data?

best, Patrick

+1  A: 

If you are trying to use the Google authentication token in your app, it looks like it is not possible for now. There is an open issue on Android which addresses this problem but it has not been fixed yet. It looks like there might be one in the future but for now you will just have to ask the user for their username and password.

jamuraa
Well I'm looking for solution to this problem for 2 days. And it's doable, for now documentations is a problem. Somehow gmail, calendar etc. Are working without prompting user about it :-), so there must be a way.I posted this problem to Stack Overflow as you suggested. Indeed this is no place for such questions.
These are Googles own proprietary apps, so yes *they* have a way of doing it, but it's definitely not open to third party devs.
FoleyIsGood