How to view specific thread in sms app 1.5

Posted by Jared on Stack Overflow See other posts from Stack Overflow or by Jared
Published on 2010-03-31T20:11:04Z Indexed on 2010/03/31 20:13 UTC
Read the original article Hit count: 448

Filed under:
|

In Android 1.6 and up I use

Intent intent = new Intent(Intent.ACTION_VIEW);
intent.setData(Uri.parse("content://mms-sms/threadID?recipient=" + address));

This isn't working in the 1.5 version of the app. Its a notification so as long its possible by using a PendingIntent.

Thanks, Jared

© Stack Overflow or respective owner

Related posts about sms

Related posts about android