Hallo,
ich starte in einer Activity eine Navigation mittels:
intent = new Intent(Intent.ACTION_VIEW, Uri.parse("google.navigation:q=48.85818,2.29468"));
startActivity(intent);
Die Navigation wird aber im Fahrzeug Modus gestartet. Gibts es eine Möglichkeit die Navigation für Fußgänger zu starten?