会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
星空下的白月光
凡事都要一步步来吧......
博客园
首页
新随笔
联系
订阅
管理
2018年9月18日
Intent调用常见系统组件
摘要: 1 // 调用浏览器 2 Uri webViewUri = Uri.parse("http://blog.csdn.net/zuolongsnail"); 3 Intent intent = new Intent(Intent.ACTION_VIEW, webViewUri); 4 5 // 调用地图 6 Uri mapUri = Uri.parse("geo:...
阅读全文
posted @ 2018-09-18 10:41 vetter
阅读(266)
评论(0)
推荐(0)
编辑
公告