Skip to content

Work with scoped storage and content Uri on Android

olivierayache edited this page Sep 1, 2020 · 6 revisions

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)
Clone this wiki locally