Basically, what I want to do is allow the user to make their own folder and then go to an activity that contains a button to launch th
folder
activity
button
add this code before calling camera activity,
Uri uriSavedImage=Uri.fromFile(new File("/sdcard/flashCropped.png")); camera.putExtra(MediaStore.EXTRA_OUTPUT, uriSavedImage); startActivityForResult(camera, 1);