[android-developers] Re: Saving a picture not in the Camera folder?

2009-05-03 Thread vijaysukumar
you can do values.put(Images.ImageColumns.BUCKET_ID, path.hashCode()); to have the phone app know about the picture .. On Mar 31, 4:01 pm, BoD bodl...@gmail.com wrote: Anyone? BoD On Mar 29, 5:48 pm, BoD bodl...@gmail.com wrote: It works fine, except when doing this, the picture is

[android-developers] Re: Saving a picture not in the Camera folder?

2009-03-31 Thread BoD
Anyone? BoD On Mar 29, 5:48 pm, BoD bodl...@gmail.com wrote: It works fine, except when doing this, the picture is written in the Camera folder (/sdcard/dcim/Camera). Since the picture was not taken with the camera, this is not desirable. Is there any way to put it directly in dcim?