buildDocumentUri

@Nullable
open fun buildDocumentUri(@NonNull authority: @NonNull String, @NonNull documentId: @NonNull String): @Nullable Uri(source)

Build URI representing the target COLUMN_DOCUMENT_ID in a document provider. When queried, a provider will return a single row with columns defined by Document.

See also