You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
this is actually not a issue,
is there a way to send different Uri based on user chice for Maps APP?
Default Uri is "google.navigation:q="+query+"&mode="+mode,
but is possible to send waze like uri "https://waze.com/ul?q="+query+mode if user chose waze app to open?
How to know what app user is selected and then prepare different uri to send intent?
Thank you for this great library.
The text was updated successfully, but these errors were encountered:
Hi,
this is actually not a issue,
is there a way to send different Uri based on user chice for Maps APP?
Default Uri is
"google.navigation:q="+query+"&mode="+mode
,but is possible to send waze like uri
"https://waze.com/ul?q="+query+mode
if user chose waze app to open?How to know what app user is selected and then prepare different uri to send intent?
Thank you for this great library.
The text was updated successfully, but these errors were encountered: