Export a file

Report a typo

Fix the code that writes file contents into the ContentResolver.

Reorder lines using drag or arrows. Adjust indentation with left buttons
                }
              
                file.inputStream().use { input ->
              
                contentResolver.openOutputStream(uri)?.use(input::copyTo)
              
___

Create a free account to access the full topic