This is a query for probable direction or suggestion on how to solve a problem rather than a specific question. Here's my scenario, In an android app user needs to share his current location with friends via sms/email. I can do this by sending sms/email via intent and passing lat/lng values in message string. But the problem is on the receiver's device when user opens this sms/email and taps on the location a chooser will pop up with a option to open this location with my app or the maps app.
Any suggestion or advice is highly appreciated.