Skip to content

Instantly share code, notes, and snippets.

@tdcolvin
Created July 13, 2024 18:21
Show Gist options
  • Save tdcolvin/7ba769d5f7372e6c91ca88b960c7e37e to your computer and use it in GitHub Desktop.
Save tdcolvin/7ba769d5f7372e6c91ca88b960c7e37e to your computer and use it in GitHub Desktop.
val tmpFile = File.createTempFile("photo", ".jpg", context.cacheDir).apply {
createNewFile()
deleteOnExit()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment