Fill in the missing method to copy data from a ContentResolver to a file.
contentResolver._______________(uri)?.use { input ->
file.outputStream().use { output ->
input.copyTo(output)
}
}Fill in the missing method to copy data from a ContentResolver to a file.
contentResolver._______________(uri)?.use { input ->
file.outputStream().use { output ->
input.copyTo(output)
}
}Create a free account to access the full topic