Wednesday 15 June 2011

android - How to open google play store and show my app reviews section? -


In my app, I'm asking a user to rate the app if he believes that I Opening the way:

  Intent = New Intent (Intent.ACTION_VIEW, Uri.parse ("market: // details? Id =" + appPackageName)); Activity.startActivity;  

The problem is that it opens the Google Play Store, shows my app but the user has to manually scroll through the rate segment.

Is there a way to show the rate directly to the section?

Is there a way to show the rate section directly so that it does not have to scroll?

No, you can not.


No comments:

Post a Comment