[android-developers] Re: Intent filter question

2010-12-24 Thread Pent
On Dec 24, 11:25 am, Tor tor.hough...@gmail.com wrote: Hello, Is it possible to act on specific data in an intent? (Say, if a URL matches a regular expression.) I am able to trigger my application when someone clicks on a URL, but I don't want the app to be in the browseable list unless a

[android-developers] Re: Intent filter question

2010-12-24 Thread Tor
On Dec 24, 1:28 pm, Pent tas...@dinglisch.net wrote: Intent matching is described here: http://developer.android.com/reference/android/content/IntentFilter.html I think this one from my manifest only matches paths ending in .prf.xml.  intent-filter