Hi,

I do the following in my application:

// threadId = ...   Assign the thread ID value here
Intent intent = new Intent(Intent.ACTION_VIEW, Uri.parse("content://
mms-sms/conversations/" + threadId));
startActivity(intent);

Beware of what Mark said. You are integrating SMS on your own risk,
there is no official interface support.

----------
Ali Chousein
Geo-Filtered Assistant
http://geo-filtered-assistant.blogspot.com/


On Jul 3, 5:26 am, GMR <freemonh...@gmail.com> wrote:
> Hi guys!
>
> I need an experience to open a sms thread programmatically from my mms
> or sms inbox queried by thread id or sender id.
>
> Thanks in advance!

-- 
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