Navigation with Waze and Google Maps using Intent.createChooser shows Waze icon twice
问题 I'm creating this question after finding the answer, I was not sure about the etiquette, but it seems to be OK (plus, I see now there's a built-in option). The problem was as described in the title, we created an intent chooser using code that resembles this: String url = "waze://?ll=" + latitude + ", " + longitude + "&navigate=yes"; Intent intentWaze = new Intent(Intent.ACTION_VIEW, Uri.parse(url)); String uriGoogle = "google.navigation:q=" + latitude + "," + longitude; Intent