CodeUriuri=Uri.parse("market://details?id="+getPackageName());Intentintent=newIntent(Intent.ACTION_VIEW,uri);intent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK);startActivity(intent);如果还要加上评论的内容的话:intent.setAction(Intent.ACTION_SEND);iIntent.setType...
查看全文