首页 > 技术文章 > ContactsContract中涉及数据库中的一些列属性值【Written By KillerLegend】

killerlegend 2013-10-04 19:21 原文

ContactsContract.Data  
http://developer.android.com/reference/android/provider/ContactsContract.Data.html
   _ID                                                    
   MIME_TYPE                                                   
   RAW_CONTACT_ID                                                   
   IS_PRIMARY                                                   
   IS_SUPER_PRIMARY                                                   
   DATA_VERSION                                                   
   DATA1                                                   
   DATA2                                                   
   DATA3                                                   
   DATA4                                                   
   DATA5                                                   
   DATA6                                                   
   DATA7                                                   
   DATA8                                                   
   DATA9                                                   
   DATA10                                                   
   DATA11                                                   
   DATA12                                                   
   DATA13                                                   
   DATA14                                                   
   DATA15                                                   
   SYNC1                                                   
   SYNC2                                                   
   SYNC3                                                   
   SYNC4                                                   
ContactsContract.StatusUpdates
http://developer.android.com/reference/android/provider/ContactsContract.StatusUpdates.html
    PRESENCE             
    STATUS   
    STATUS_TIMESTAMP        
    STATUS_RES_PACKAGE   
    STATUS_LABEL            
    STATUS_ICON   
    ContactsContract.RawContacts
    CONTACT_ID            
    AGGREGATION_MODE    
    DELETED         
http://developer.android.com/reference/android/provider/ContactsContract.Contacts.html
ContactsContract.Contacts
    LOOKUP_KEY           
    DISPLAY_NAME       
    PHOTO_ID                   
    IN_VISIBLE_GROUP       
    HAS_PHONE_NUMBER       
    TIMES_CONTACTED           
    LAST_TIME_CONTACTED   
    STARRED    read-only           
    CUSTOM_RINGTONE       
    SEND_TO_VOICEMAIL           
    CONTACT_PRESENCE           
    CONTACT_STATUS                                   
    CONTACT_STATUS_TIMESTAMP                   
    CONTACT_STATUS_RES_PACKAGE           
    CONTACT_STATUS_LABEL                   
    CONTACT_STATUS_ICON       
http://developer.android.com/reference/android/provider/ContactsContract.RawContacts.html
ContactsContract.RawContacts
  _ID   
  CONTACT_ID   
  AGGREGATION_MODE   
  DELETED   
  TIMES_CONTACTED
  LAST_TIME_CONTACTED
  STARRED    
  CUSTOM_RINGTONE   
  SEND_TO_VOICEMAIL
  ACCOUNT_NAME    
  ACCOUNT_TYPE
  DATA_SET    
  SOURCE_ID
  VERSION   
  DIRTY    
  SYNC1    
  SYNC2    
  SYNC3    
  SYNC4   

推荐阅读