Re: [android-developers] Is there a list of standard Intent specifications?

2009-11-14 Thread Mark Murphy
MrChaz wrote:
> I'm looking into getting my application to show up when the user tries
> to 'share' a picture via the Gallery application I can't, however,
> find any information about how exactly to go about this.

I'd try supporting ACTION_SEND and see if that gets you in there.

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://twitter.com/commonsguy

_Android Programming Tutorials_ Version 1.0 In Print!

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Is there a list of standard Intent specifications?

2009-11-14 Thread MrChaz
I'm looking into getting my application to show up when the user tries
to 'share' a picture via the Gallery application I can't, however,
find any information about how exactly to go about this.

I get that I need to declare an intent filter for the SHARE action,
what I can't seem to find is how the Gallery wants to send out the
selected image.

http://android-developers.blogspot.com/2009/11/integrating-application-with-intents.html
documentation is key indeed.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en