摘要:
1 String packetName = this.getPackageName();2 Uri uri = Uri.parse("market://details?id=" + packetName);3 Intent intent = new Intent(Intent.ACTION_VIEW, uri);4 startActivity(intent); 阅读全文
posted @ 2013-07-26 09:52
晓阳110
阅读(562)
评论(0)
推荐(0)
2013年7月26日