I have open the Google Play store using the following code
Intent i = new Intent(android.content.Intent.ACTION_VIEW); i.setData(Uri.parse(\"https://play.goo
use market://
Intent intent = new Intent(Intent.ACTION_VIEW, Uri.parse("market://details?id=" + my_packagename));