We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
In order to work with content Uris on Android you can use Xuggler Android Extensions and use Content Uris as this:
container.open(contentUri.toString(), IContainer.Type.READ, containerFormat) or container.open(contentUri.toString(), IContainer.Type.WRITE, containerFormat)