[android-developers] Re: Add Share on chooser Send Menu

2009-07-27 Thread Cibele
application, any other app that calls Intent intent = new Intent(Intent.ACTION_SEND); startActivity(Intent.createChooser(intent , "Send options")); and have an image as attachment will be able to choose my app. On 24 jul, 16:45, Cibele wrote: > I´d like to know if any 3rd part app ca

[android-developers] Add Share on chooser Send Menu

2009-07-26 Thread Cibele
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, et