Hi,
Is it possible to save images taken with the camera to a private database with use of the MediaStore content provider?
I'm calling MediaStore.ACTION_IMAGE_CAPTURE with an intent and I save the returned URI to my Application-private database.
But the Image itself is saved to the Mediastore on the SD card and is accessible by any other application. Is it possible to keep those images private to my application?

