[android-developers] Re: How are SMS and MMS save on android phone

2009-09-16 Thread Alex Tang
I think address is enough. On Sep 16, 1:41 pm, hap 497 hap...@gmail.com wrote: THank you. Sms has a column PERSON_ID which saves the person ID of the sender, but why there is such equivalent column in MMS table?         /**          * The person ID of the sender          * PType: INTEGER

[android-developers] Re: How are SMS and MMS save on android phone

2009-09-16 Thread Alex Tang
According to MmsProvider.java, I find table addr stores address for mms, which has contact_id column On Sep 16, 1:41 pm, hap 497 hap...@gmail.com wrote: THank you. Sms has a column PERSON_ID which saves the person ID of the sender, but why there is such equivalent column in MMS table?      

[android-developers] Re: How are SMS and MMS save on android phone

2009-09-15 Thread Alex Tang
sms has its own table, separate with mms. On Sep 16, 9:23 am, hap 497 hap...@gmail.com wrote: Hi, Can you please tell me if SMS and MMS are saved in 1 sql tables on android phone? Or each saved in its own table? Thank you. --~--~-~--~~~---~--~~ You received

[android-developers] Re: How are SMS and MMS save on android phone

2009-09-15 Thread hap 497
THank you. Sms has a column PERSON_ID which saves the person ID of the sender, but why there is such equivalent column in MMS table? /** * The person ID of the sender * PType: INTEGER (long)/P */ public static final String PERSON_ID = person; On Tue,