I want to Share the image in image view.but i don\'t want save to SDcard. But when i use Intent to share i used code
Intent share = new Intent(Intent.ACTION_
You could also share it as the Media Gallery content provider URI (if the image is already on the phone, or if it came from the web you could share the URL (although it's not the same effect).
But if came from the web and you directly decoded to Bitmap and now want to share it as a proper image, yeah, you really need the file!