Android地图意图对于设置为浏览器的地图,如何重置?

Android地图意图对于设置为浏览器的地图,如何重置?,android,android-intent,navigation,maps,Android,Android Intent,Navigation,Maps,我有一个应用程序启动导航,代码如下: Uri uri = Uri.parse("http://maps.google.com/maps?saddr=42.35892,-71.05781&daddr=40.756054,-73.986951"); Intent intent = new Intent(android.content.Intent.ACTION_VIEW, uri); startActivity(intent); 在emulator中,当我第一次运行时,它

我有一个应用程序启动导航,代码如下:

  Uri uri = Uri.parse("http://maps.google.com/maps?saddr=42.35892,-71.05781&daddr=40.756054,-73.986951");
 Intent intent = new Intent(android.content.Intent.ACTION_VIEW, uri);
     startActivity(intent); 

在emulator中,当我第一次运行时,它让我选择应用程序、地图或WEB,我选择了WEB,现在emulator总是通过WEB转到google MAPS,如何重置此设置,以便它再次询问我,以便我可以使用“地图”应用程序测试所有内容?

您需要更改操作系统下“管理应用程序”中的默认应用程序设置。您可以将此作为指南。

好的,但是哪种应用程序?当我在提示中选择WEB时,它已经更改了所有触发呼叫的应用程序。。。因此,需要重置的不是当时正在运行的应用程序,而是其他东西。。哪一个呢?您声明浏览器(web)现在是默认的地图应用程序。因此,进入管理应用程序>全部>浏览器>清除默认值