Saturday 15 February 2014

android - Link directly to google play app -



android - Link directly to google play app -

we have google play app , in have link download game own. when press on link, 'complete action using' android window. how can redirect straight store?

please see linking products. likely, using website url. seek next intent below:

intent intent = new intent(intent.action_view, uri.parse("market://details?id=your.package.name")); startactivity(intent);

you should check if com.android.vending installed before starting intent.

android google-play

No comments:

Post a Comment