try this

Intent it = new Intent(Intent.ACTION_VIEW);
it.setType("vnd.android-dir/mms-sms");

On Sun, Mar 25, 2012 at 11:27 AM, Farhan Tariq <farhan....@gmail.com> wrote:

> Hi all,
> I am working on an application that allows user to create mms messages
> according to a template, for android 2.2. I am done with most of the work,
> but I am stuck with one thing. I want to be able to launch the android's
> default messaging application to send the mms. I tried to set package of
> the intent as "com.android.mms" and it seems to work fine on my phone, as
> well as emulator, but it is showing a chooser for the mms intent to my
> friend. I am not creating a chooser anywhere, still. Can anyone help me get
> through this. A little guidance is I think all I need. Thank you
>
> Regards
>
> Farhan
> --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to android-developers@googlegroups.com
> To unsubscribe from this group, send email to
> android-developers+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to