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

Android -- 跳转应用市场评分

时间:2014-12-07 17:37:08      阅读:261      评论:0      收藏:0      [点我收藏+]

标签:android   style   blog   http   io   ar   color   sp   on   

Code                                                                                   

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

如果还要加上评论的内容的话:

intent.setAction(Intent.ACTION_SEND);  
iIntent.setType("text/*");  
intent.putExtra(Intent.EXTRA_TEXT, "内容");

我是天王盖地虎的分割线                                                             

bubuko.com,布布扣

Android -- 跳转应用市场评分

标签:android   style   blog   http   io   ar   color   sp   on   

原文地址:http://www.cnblogs.com/yydcdut/p/4148707.html

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