LocalUriFetcher

open fun LocalUriFetcher(contentResolver: ContentResolver, uri: Uri)

Opens an input stream for a uri pointing to a local asset. Only certain uris are supported

See also

ContentResolver#openInputStream(android.net.Uri)

Parameters

contentResolver

Any android.content.ContentResolver.

uri

A Uri pointing to a local asset. This load will fail if the uri isn't openable by openInputStream