Yes. Register an intent-filter for your activity that captures: action: android.intent.action.SEND category: android.intent.category.DEFAULT mimeType: image/*
If you look at the AndroidManifest.xml for the Mms application in the git repo you can see an example of it. b On Sat, Nov 22, 2008 at 10:11 PM, Freddy <[EMAIL PROTECTED]> wrote: > > After taking a picture on the G1 the user is prompted with Save | Set > As | Share | Delete. If Share is selected then they're taken to a > "Share Picture Via" dialog. Currently the options Google mail and > Messaging are in the dialog. I want to add a link to my program which > can share the photo with a different service > > Is it possible to add a custom link in the "Share Picture via" dialog? > > Thanks! > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

