Rate This App by direct link to Google Play store
using this code
مشاركة التطبيق بالانتقال مباشرة الى متجر كوكل:
Uri uri = Uri.parse("market://details?id=sedeeqalkhazraji.blogspot.com.anasheedquran");
Intent goToMarket = new Intent(Intent.ACTION_VIEW, uri);
try {
startActivity(goToMarket);
} catch (ActivityNotFoundException e) {
//??? startActivity(new Intent(Intent.ACTION_VIEW, Uri.parse("http://play.google.com/store/apps/details?id=sedeeqalkhazraji.blogspot.com.anasheedquran")));
}
ليست هناك تعليقات:
إرسال تعليق