buildChildDocumentsUriUsingTree

open fun buildChildDocumentsUriUsingTree(@NonNull treeUri: Uri, @NonNull parentDocumentId: String): Uri(source)

Build URI representing the children of the target directory in a document provider. When queried, a provider will return zero or more rows with columns defined by Document.

See also