摘要: 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 阅读(264) 评论(0) 推荐(0) 编辑