private void goToAppMarket(){ try { Uri uri = Uri.parse("market://details?id=" + getPackageName()); Intent hasinstalled = new Intent(Intent.ACTION_VIEW, uri); ArrayLi……