I basically want the user to click a URL(inside the browser or the email client) and this action to launch an activity(app). From what I've read, it can be accomplished using intent filters. I also need that URL to be used inside my activity, as it is unique for every user who uses the app. I'm not sure how this last part can be done, so I'd appreciate any help. Thank you.
Asked
Active
Viewed 1,678 times
2
-
2http://stackoverflow.com/questions/1609573/intercepting-links-from-the-browser-to-open-my-android-app – Charlie Collins Oct 08 '12 at 16:33