MediaStore.Images.Media.insertImage(this.getContentResolver(), b, "blah", "blah");
that works - with b being a bitmap image
However, the user can not send the image from mms or email. However if they goto their gallery and click share - the image is there and then they can send it.
Why is it not showing up from the mms / email apps and is showing up from the gallery?
How do I get it to show up from all apps?
Is there a privacy setting or something?
Thanks in advance,
BD

