How can I perform a negative match in Android intent filter?
Posted
by i.
on Stack Overflow
See other posts from Stack Overflow
or by i.
Published on 2010-05-16T09:55:29Z
Indexed on
2010/05/16
10:00 UTC
Read the original article
Hit count: 190
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.
© Stack Overflow or respective owner