码迷,mamicode.com
首页 > 其他好文 > 详细

有关implicit Intent的使用

时间:2015-10-09 12:01:51      阅读:150      评论:0      收藏:0      [点我收藏+]

标签:

1             Intent intent = new Intent(Intent.ACTION_VIEW);
2             intent.setData(Uri.parse("geo:20.000,50.000"));
3             startActivity(intent);

这样会打开地图应用显示经纬点

有关implicit Intent的使用

标签:

原文地址:http://www.cnblogs.com/turtle920/p/4863352.html

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