I would like to be able to launch my app using a URI scheme rather than an StartIntent. The idea is to be able to embed this "link" in other apps for example inside a Contact as a URL. clicking on the URL from within the contact should open my app. Is this possible?
On iPhone, an app can declare a "scheme" for itself in a plist file, and when any link that starts with "scheme://" is clicked anywhere on the phone, this will be translated by the OS as a launch request for this app. Anything similar on Android? Thanks Jay --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

