buildChildDocumentsUriUsingTree

@Nullable
open fun buildChildDocumentsUriUsingTree(@NonNull treeUri: @NonNull Uri, @NonNull parentDocumentId: @NonNull String): @Nullable 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