buildChildDocumentsUri

open fun buildChildDocumentsUri(@NonNull authority: String, @Nullable 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