tags:

views:

513

answers:

1

I want to read MMS data i have seen the part table in the mmssms.db where the mms entries stored i am using cursor to and i want to know the appropriate URI like i am using "content://mms-sms/conversations" and the Column names of "Address"(Sent to), "Text" or "Subject" and "Data" column name of image.

i have seen the schema of mmssms.db and Their Column of part Table.

Thanks in Advance.

A: 

Take a look at this. Worked well for me.

Asahi