[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 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-16 Thread Alex Tang
I think address is enough. On Sep 16, 1:41 pm, hap 497 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 >          * Type: INTEGER (long) >

[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 * Type: INTEGER (long) */ public static final String PERSON_ID = "person"; On Tue, S

[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 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 this mess