Deleting a gallery image after camera intent photo taken
My application requires me to call an intent to take a photo. The photo cannot be in the gallery but instead must be in a specific directory on the SD card. Originally I just used the EXTRA_OUTPUT, but I soon discovered the following: – Some devices use it completely and skip the gallery. – Some … Read more