I'm developing an app and I need to intent from my app to installed navigation apps. Found some useful resources but they are not useful for my approach.
Launching Google Maps Directions via an intent on Android
- This example only works with Google Navigation
Intent to start a navigation activity
- This example is not working
My whole aim is; imagine one person's smartphone s/he have yandex navi, google maps and sygic navi. When I click to navigation button on the developed app, this app prompt user to select an application for navigation.
How can I do this
Thanks