Similar to the response timeline, but it will lead the user directly to your application (and not to the search results.
Read more about Market Intent here .
Uri marketUri = Uri.parse("market://details?id=" + getPackageName()); startActivity(new Intent.ACTION_VIEW).setData(marketUri);
(Note. It is assumed that your activity is in the same package that is specified in the application manifest. Otherwise, just copy your package instead of getPackageName() )
Change The documentation has moved to Contacting your products . Thanks Chris Sirefis
CrackerJack9
source share