Skip to content

Instantly share code, notes, and snippets.

View andrespengineer's full-sized avatar
🎯
Focusing

Andrés Sierra Pena andrespengineer

🎯
Focusing
  • Meta Inc
  • London
View GitHub Profile
private static void saveBitmapAsNewFile(Bitmap target){
// Define directory names
String fileName = "new_file.jpg"; /* or Replace with yout filename*/
String root = "/my_images/";
OutputStream outputStream = null;
if(Build.VERSION.SDK_INT >= Build.VERSION_CODES.Q){
ContentResolver resolver = getApplicationContext().getContentResolver();