Sorry for the spam i found what is the problem in this thread
http://groups.google.com/group/android-developers/browse_thread/thread/731d7891c116a5d5/1a65697822513218?lnk=gst&q=ACTION_SEND+facebook#1a65697822513218
On Wed, Sep 8, 2010 at 2:29 PM, manigault wrote:
> Hi all, I am using the followi
Hi all, I am using the following code to launch chooser for sharing
Intent sendIntent = new Intent(Intent.ACTION_SEND);
sendIntent.putExtra(Intent.EXTRA_TEXT, message);
sendIntent.putExtra(Intent.EXTRA_SUBJECT, "MyApp");
sendIntent.setType("text/plain");
try {
activity.startActivity(Intent.crea
2 matches
Mail list logo