CommonMan
CommonMan

Reputation: 3928

How Chrome installs app on Android directly

I am just curious to know how the Chrome browser installs app on the Phone. What is the mechanism behind it?

Thanks, Manan

Upvotes: 1

Views: 189

Answers (1)

xDragonZ
xDragonZ

Reputation: 12662

Push notification service, the market has its "own" push notifications implemented. When we installed a couple apps from the page, they installed almost immediately. This isn't the phone asking if there are installs pending, this is the market site pushing the info directly to the device.

If you disable sync, it will stop push notifications too.

Your phone market Google account also linked to the android market, thats the reason that you need to sign in before you install apps from webstore

Android Cloud to Device Messaging (C2DM)

Upvotes: 3

Related Questions