I have open the google play store using the follwing code
Intent i = new Intent(android.content.Intent.ACTION_VIEW);
i.setData(Uri.parse("https://play.google.com/store/apps/details?id=my packagename "));
startActivity(i);.
But it shows me a Complete Action View as to select the option (browser/play store). I need to open the application in playstore directly.
You can check if the Google Play Store app is installed and, if this is the case, you can use the "market://" protocol.
use market://