Skip to content

Instantly share code, notes, and snippets.

@m-kikuchi777
Created December 18, 2019 13:25
Show Gist options
  • Save m-kikuchi777/0d264c98bd51ccac65bdb9d34110d1d6 to your computer and use it in GitHub Desktop.
Save m-kikuchi777/0d264c98bd51ccac65bdb9d34110d1d6 to your computer and use it in GitHub Desktop.
Scoped Storage Write of Bitmap
context.contentResolver.openOutputStream(imageUri).use { out ->
bmp.compress(Bitmap.CompressFormat.JPEG, 90, out)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment