On Fri, Jul 17, 2009 at 5:01 AM, Peli<[email protected]> wrote: > > It is always best to look into the source code of the MMS app. > The Manifest defines *either* SENDTO + mms-URI *or* SEND + media URI: > http://android.git.kernel.org/?p=platform/packages/apps/Mms.git;a=blob;f=AndroidManifest.xml;h=dd380e50427e78dbdee22176d8927786e924e24c;hb=HEAD#l77
Peli, Thank you for your detailed answer. I have tried ( SENDTO + mms-URI ) and (SEND + media URI). But my question is why Android behaves differently in these 2 cases: 1. SENDTO + mms-URI case: Android goes straight to ComposeMessageActivity 2. SEND + media URI case: Android pops up a Selection Dialog for Picking "Email" or "Messaging", and after I click "Messaging", it goes to ComposeMessageActivity. Is there anyway if I use "SEND + media URI", it goes straight to ComposeMessageActivity as well? Thank you. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

