How to Read MMS Data in Android ?
Posted
by syedasadali
on Stack Overflow
See other posts from Stack Overflow
or by syedasadali
Published on 2010-06-10T07:00:28Z
Indexed on
2010/06/10
7:02 UTC
Read the original article
Hit count: 310
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.
© Stack Overflow or respective owner