J JDS Active Member Licensed User Longtime User Sep 29, 2014 #1 Is there a way to force an application to use a specific navigation system? When I've installed 2 (or more) navigations on my system my app asks which one I would like to use. Although I specific set the component B4X: geoUri="google.navigation:q=" & sLong & "," & sLat & "?q="& sAdres mapIntent.Initialize(mapIntent.ACTION_VIEW, geoUri) mapIntent.SetComponent("google.navigation") StartActivity(mapIntent) Still I get the popup which navigation I want to use. Any thoughts?
Is there a way to force an application to use a specific navigation system? When I've installed 2 (or more) navigations on my system my app asks which one I would like to use. Although I specific set the component B4X: geoUri="google.navigation:q=" & sLong & "," & sLat & "?q="& sAdres mapIntent.Initialize(mapIntent.ACTION_VIEW, geoUri) mapIntent.SetComponent("google.navigation") StartActivity(mapIntent) Still I get the popup which navigation I want to use. Any thoughts?