【发布时间】:2011-11-25 18:46:27
【问题描述】:
我正在开发 android 应用程序以获取 2 个位置之间的方向,如下所示
Intent intent = new Intent(android.content.Intent.ACTION_VIEW;
Uri.parse("http://maps.google.com/maps?saddr=12.84281852,80.22529753&daddr=13.00355419,80.200881958"));
startActivity(intent);
运行这个应用程序,它提示我在 1) 浏览器 2) 地图中选择一个 编码时如何默认在地图中打开??
【问题讨论】:
标签: android android-activity android-intent