On Dec 24, 1:28 pm, Pent <[email protected]> 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> > <action > android:name="android.intent.action.VIEW"/> > <category > android:name="android.intent.category.DEFAULT" /> > <category > android:name="android.intent.category.BROWSABLE" /> > <data > android:scheme="http" > android:host="*" > android:pathPattern=".* > \\.prf\\.xml"
That is excellent! Thank you! Tor -- 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

