I am trying to query the SMS stream table, but it seems I am not using the correct URI.
Querying the contents of the URI: // sms / conversations "gives me the columns:
[thread_id, msg_count, snippet]
Querying the contents of the URI: // mms-sms / conversations "gives me the columns:
[body, person, sub, subject, retr_st, type, date, ct_cls, sub_cs, _id, read, ct_l, tr_id, st, msg_box, thread_id, reply_path_present, m_cls, read_status, ct_t, status, retr_txt_cs, d_rpt, error_code, m_ , m_type, v, exp, pri, service_center, address, rr, rpt_a, resp_txt, locked, resp_st, m_size]
I am looking for a URI that gives values from the Threads table in android / provider / Telephony.java - data, recipient_ids, message_count, read, etc.
thanks