| java.lang.Object | |
| ↳ | android.provider.ContactsContract.Settings | 
 Contacts-specific settings for various Account's.
 
| Settings | |||
|---|---|---|---|
| String | ACCOUNT_NAME | read/write-once | The name of the account instance to which this row belongs. | 
| String | ACCOUNT_TYPE | read/write-once | The type of account to which this row belongs, which when paired with ACCOUNT_NAMEidentifies a specific account. | 
| int | SHOULD_SYNC | read/write | Depending on the mode defined by the sync-adapter, this flag controls the top-level sync behavior for this data source. | 
| int | UNGROUPED_VISIBLE | read/write | Flag indicating if contacts without any ContactsContract.CommonDataKinds.GroupMembershipentries should be visible in any
 user interface. | 
| int | ANY_UNSYNCED | read-only | Read-only flag indicating if this SHOULD_SYNCor anySHOULD_SYNCunder this account have been marked as
 unsynced. | 
| int | UNGROUPED_COUNT | read-only | Read-only count of Contactsfrom a specific source that have
 noContactsContract.CommonDataKinds.GroupMembershipentries. | 
| int | UNGROUPED_WITH_PHONES | read-only | Read-only count of Contactsfrom a specific source that have
 noContactsContract.CommonDataKinds.GroupMembershipentries, and also have phone
 numbers. | 
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| String | CONTENT_ITEM_TYPE | The MIME-type of CONTENT_URIproviding a single setting. | |||||||||
| String | CONTENT_TYPE | The MIME-type of CONTENT_URIproviding a directory of
 settings. | |||||||||
| Uri | CONTENT_URI | The content:// style URI for this table | |||||||||
| [Expand] Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|  From interface
android.provider.ContactsContract.SettingsColumns | |||||||||||
| [Expand] Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|  From class java.lang.Object | |||||||||||
The MIME-type of CONTENT_URI providing a single setting.
The MIME-type of CONTENT_URI providing a directory of
 settings.