Example usage for Java android.content UriMatcher fields, constructors, methods, implement or subclass
The text is from its open source code.
int | NO_MATCH |
UriMatcher(int code) Creates the root node of the URI tree. |
void | addURI(String authority, String path, int code) Add a URI to match, and the code to return when this URI is matched. |
int | match(Uri uri) Try to match against the path in a url. |