Example usage for Java android.content ContentUris fields, constructors, methods, implement or subclass
The text is from its open source code.
Uri.Builder | appendId(Uri.Builder builder, long id) Appends the given ID to the end of the path. |
long | parseId(Uri contentUri) Converts the last path segment to a long. |
Uri | withAppendedId(Uri contentUri, long id) Appends the given ID to the end of the path. |