>From a webpage I need to try several different custom urls: foo://bar.baz bar://bar.baz baz://bar.baz
Each of these has an intent filter registered by a native app. Zero or more of these native apps may be installed. I want to try each url in order and, when the first url is handled by a native app, stop trying any further. Is there a way to determine that a native app has launched? I tried window.onblur but that doesn't seem to fire when the browser leaves the foreground. -- 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

