Hi there
I am working on a sms application.
Currently, I use
Uri mUri = Uri.parse("content://mms-sms/conversations");
to get all conversations for the list. However, I cannot find out how to see if a conversation has multiple recipients or not because the address column simply shows the number of the last message.
How do I do that?
Thanks a lot!
Cheers.


