[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

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