4

Possible Duplicate:
Built-in Camera, using the extra MediaStore.EXTRA_OUTPUT stores pictures twice (in my folder, and in the default)

I am using: intent.putExtra(MediaStore.EXTRA_OUTPUT, Uri.fromFile("..path/filename.png") ) in conjunction the appropriate methods.

It works in that I do get an image stored in a file at the specified path. The problem is that it also stores the image in another date coded filename in /sdcard/DCIM/Camera/

Is there a way to prevent the creation of this unwanted second file?

Community
  • 1
  • 1
Xarph
  • 1,429
  • 3
  • 17
  • 26

0 Answers0