Draiken
Draiken

Reputation: 3815

How can I link the Google account on the android to my app?

I've used an app on the Android called "Noom Weight Loss", and it has a way to link your google account to the app. It presents a simple interface - that seems to be made by google - to authorize the use of my account by the app. I accept and it's working!

How does the app do that?

Is there an Google Accounts specific intent I should start or something like that?

Is it manually made by the app? If so, how?

Thanks !

Upvotes: 0

Views: 651

Answers (1)

hooked82
hooked82

Reputation: 6376

Without seeing exactly what you're referring to, I would suggest taking a look at the AccountManager:

http://developer.android.com/reference/android/accounts/AccountManager.html

This could be what you're looking for

Upvotes: 3

Related Questions