I am trying to share camera images as well as text. i.putExtra(Intent.EXTRA_STREAM, uri); i.putExtra(Intent.EXTRA_TEXT, "The Text"); i.putExtra(Intent.EXTRA_SUBJECT, "The Subject");
So far the image goes through just fine to anything I share with. However the text and the subject are only picked up by the gmail application. The messaging and the twitter apps don't see the text. Any thoughts or is there nothing I can do in that case. -Mike -- You received this message because you are subscribed to the Google Groups "Android Beginners" group. NEW! Try asking and tagging your question on Stack Overflow at http://stackoverflow.com/questions/tagged/android To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en

