I´d like to know if any 3rd part app can be added to the menu that is called on
Intent intent = new Intent(Intent.ACTION_SEND); startActivity(Intent.createChooser(intent , "Send options")); For example an application that shares to Flickr or Facebook. or if this is something that should be added in the operational system source code. On android 1.5 the Picasa was added the list that on previous versions only contained E-mail and Messaging. My question is how to make this available so that any developer can use this to make applications that share pictures, etc. Cibele --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

