sesl.androidx
Toggle table of contents
main
Platform filter
main
Switch theme
Search in API
sesl.androidx
core
/
androidx.core.provider
/
DocumentsContractCompat
/
renameDocument
rename
Document
@
Nullable
open
fun
renameDocument
(
@
NonNull
content
:
@
NonNull
ContentResolver
,
@
NonNull
documentUri
:
@
NonNull
Uri
,
@
NonNull
displayName
:
@
NonNull
String
)
:
@
Nullable
Uri
(
source
)
Change the display name of an existing document.
See also
Documents
Contract