会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
风景线外
博客园
首页
新随笔
联系
管理
订阅
2014年7月21日
【Android】Android 调用已安装市场,进行软件评分的功能实现
摘要: 1 Uri uri = Uri.parse("market://details?id="+getPackageName());2 Intent intent = new Intent(Intent.ACTION_VIEW,uri);3 intent.addFlags(Intent.FLAG_ACTI...
阅读全文
posted @ 2014-07-21 15:44 风景线外
阅读(257)
评论(0)
推荐(0)
编辑
公告