- authority
- the authority to match
- path
- the path to match. * may be used as a wild card for any text, and # may be used as a wild card for numbers.
- code
- the code that is returned when a URI is matched against the given components. Must be positive.
Add a URI to match, and the code to return when this URI is matched. URI nodes may be exact match string, the token "*" that matches any text, or the token "#" that matches only numbers.
Starting from API level NoType:android/os/Build$VERSION_CODES;Href=../../../reference/android/os/Build.VERSION_CODES.html#JELLY_BEAN_MR2, this method will accept a leading slash in the path.