That's the one I'm trying to use:

<intent-filter android:icon="@drawable/icon" android:label="@string/
app_name">
<action android:name="android.intent.action.SEND"></action>
<category android:name="android.intent.category.ALTERNATIVE"></
category>
<category
android:name="android.intent.category.SELECTED_ALTERNATIVE"></
category>
</intent-filter>

On Nov 14, 9:30 pm, Mark Murphy <mmur...@commonsware.com> wrote:
> 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

Reply via email to