How can I perform a negative match in Android intent filter?
- by i.
In an Android manifest, how can I use a negative match in the android:pathPattern?
I'd like to use a pathPattern that matches on all URLs except for a specific hostname, if it's possible.