【发布时间】:2014-07-22 12:39:30
【问题描述】:
我正在使用下面的代码来启动谷歌导航。有没有办法从应用程序中打开非谷歌导航?
Intent intent = new Intent(Intent.ACTION_VIEW, Uri.parse("google.navigation:q=Berlin+Germany"));
startActivity(intent);
【问题讨论】:
标签: android android-intent navigation