Making own Android App default for map intents
问题 I have been working on an android application which uses google maps it is map related application. i want my to be able to handle implicit intents like if user click on map link like Latitude and longitude my app should handle the intent and show that position on map. Like default Google Maps Application. Is it possible then what piece of code for intent specific activity? 回答1: Add an intent-filter in the Manifest so your app can respond to map URLs: <intent-filter> <action android:name=