this doesn’t work
Intent marketLaunch = new Intent(Intent.ACTION_VIEW);
marketLaunch.setData(Uri.parse("market://details?id=myVirtualHealthCheck.com.Android"));
startActivity(marketLaunch);
but the web link does….
https://market.android.com/details?id=myVirtualHealthCheck.com.Android
this is super confusing, any ideas?
I guess the available apps differ from device to device…