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

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

best, Patrick

link|improve this question
I'm confused. Which app are you talking about? Are you programming your own app? If so, then this question is probably better suited to Stack Overflow instead. – jamuraa Oct 6 '09 at 14:51
Thanks for tip. I was refering to my app. – Patrick Oct 8 '09 at 10:16
feedback

migrated from superuser.com Apr 1 '10 at 2:20

This question came from our site for computer enthusiasts and power users.

1 Answer

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.

link|improve this answer
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. – Patrick Oct 8 '09 at 10:27
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 Oct 9 '09 at 11:42
feedback

Your Answer

 
or
required, but never shown