1 String packetName = this.getPackageName(); 2 Uri uri = Uri.parse("market://details?id=" + packetName); 3 Intent intent = new Intent(Intent.ACTION_VIEW, uri); 4 startActivity(intent);
1 String packetName = this.getPackageName(); 2 Uri uri = Uri.parse("market://details?id=" + packetName); 3 Intent intent = new Intent(Intent.ACTION_VIEW, uri); 4 startActivity(intent);