Receiving an ACTION_SEND intent from the Gallery

Posted by KyleStew on Stack Overflow See other posts from Stack Overflow or by KyleStew
Published on 2010-04-13T20:27:49Z Indexed on 2010/04/13 20:33 UTC
Read the original article Hit count: 157

Filed under:

I am trying to receive an image from the Android Gallery via an ACTION_SEND intent. I have set the proper intent filters and the Gallery opens my app. Now I want to know how to get at the image data. I can't find any examples on the internet of how this is done. I figure the path is somewhere in intent.getData() but how exactly do I pull that image from the gallery?

© Stack Overflow or respective owner

Related posts about android