码迷,mamicode.com
首页 > 移动开发 > 详细

Android 跳转到市场给好评

时间:2014-09-26 23:36:28      阅读:357      评论:0      收藏:0      [点我收藏+]

标签:android   style   blog   color   io   ar   sp   div   art   

Uri uri = Uri.parse("market://details?id="+ "com.tencent.qq");
Intent intent = new Intent(Intent.ACTION_VIEW,uri);
intent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
context.startActivity(intent);

 

Android 跳转到市场给好评

标签:android   style   blog   color   io   ar   sp   div   art   

原文地址:http://www.cnblogs.com/xyc20080413/p/3995699.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!