Android权限Uri.parse的几种用法 (学习日记)
1,调web浏览器
Uri myBlogUri = Uri.parse("http://xxxxx.com");
returnIt = new Intent(Intent.ACTION_VIEW, myBlogUri);
2,地图
Uri mapUri = Uri.parse("geo:38.899533,-77.036476");
returnIt = new Intent(
转载
2013-01-15 14:14:07 ·
696 阅读 ·
0 评论