How can you make the app open? by clicking on a link from the web browser, chrome, firefox ... a link of type geo:...
Geo URI scheme
geo:37.786971,-122.399677
What I have:
Capture when the user clicks on a geo:...
link in their browser
<intent-filter>
<action android:name="android.intent.action.VIEW"/>
<category android:name="android.intent.category.DEFAULT"/>
<category android:name="android.intent.category.BROWSABLE"/>
<data android:scheme="geo"/>
</intent-filter>
I still need to process the intent from my app and separate the values, latitude, longitude