I tried so many hours to start navigation from my application. I need navigation without a destination.
I tried with
Intent i = new Intent(Intent.ACTION_VIEW, Uri.parse("google.navigation:q="));
startActivity(i);
This starts navigation, but with an address not found
I also tried running processName, packageName with startIntent with com.google.android.apps.maps ,
com.google.android.apps.maps: driveabout and ** com.google.android.maps.driveabout.app.DestinationActivity
without any coincidence: /
idea?
source
share