I've got a PNG image stored in a file on the SD card that I want to make available through MediaStore. I tried to use MediaStore.Images.Media.insertImage() for that. While it basically seems to work, the image appears renamed and transcoded to JPEG in MediaStore. I don't know what I did to deserve that.
Is there a way of inserting a PNG into MediaStore without changing the filename and format in the process? I find documentation on MediaStore rather lacking... Thanks! -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

