Uri uri = Uri.parse("market://details?id=" + context.getPackageName());Intent goToMarket = new Intent(Intent.ACTION_VIEW, uri);try { startActivity(goToMarket);} catch (ActivityNotFoundException e) { Toast.makeText(context, "Couldn't launch the market !", Toast.LENGTH_SHORT).show();}转载http://stormzhang.com/android/2013/06/27/android-apPRaise-for-your-app/
新闻热点
疑难解答