Reputation: 548
is it possible to give some information to the installation process of Android applications?
When a user is sent to the market from my website, I would like to somehow link the installation process to his user login. That way he can skip one step and it becomes much smoother in total (I hope).
Thanks!
Upvotes: 0
Views: 78
Reputation: 1367
No, but you can use the user's Accounts on the device to authenticate with a Google Account for example, see: http://developer.android.com/reference/android/accounts/AccountManager.html
Upvotes: 1