I have an application that registers a handler for a custom URI on the phone. I can launch the application by making a link to "myapp: // act / launch" from the phoneโs web pages. This only works if my application is installed on the device. What I want to do is to determine if the URI scheme from the browser is supported, and then request my own message โdownload the application, etc.โ if a handler for the URI scheme is not found.
Is there a way to find or find a list of URL scheme handlers on the phone in a web browser?
android
Jeff Oct 13 '10 at 10:15 2010-10-13 10:15
source share