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
You should add the file location to the image capture intent. For example:
camera.putExtra(android.provider.MediaStore.EXTRA_OUTPUT, [file location]);
Take a look here