HI,
>From the JavaDoc, the EXTRA_STREAM parameter when launching an intent needs
to be an URI.
How can I pass a Bitmap object which I get from launching a
"android.provider.MediaStore.ACTION_IMAGE_CAPTURE" intent?
/**
* A content: URI holding a stream of data associated with the Intent,
* used with {...@link #ACTION_SEND} to supply the data being sent.
*/
public static final String EXTRA_STREAM = "android.intent.extra.STREAM";
Thank you.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---