public static final class

Contacts.Settings

extends Object
implements BaseColumns Contacts.SettingsColumns
java.lang.Object
   ↳ android.provider.Contacts.Settings

Class Overview

The settings over all of the people

Summary

Constants
String CONTENT_DIRECTORY The directory twig for this sub-table
Uri CONTENT_URI The content:// style URL for this table
String DEFAULT_SORT_ORDER The default sort order for this table
String SYNC_EVERYTHING A setting that is used to indicate if we should sync down all groups for the specified account.
[Expand]
Inherited Constants
From interface android.provider.BaseColumns
From interface android.provider.Contacts.SettingsColumns
Public Methods
static String getSetting(ContentResolver cr, String account, String key)
static void setSetting(ContentResolver cr, String account, String key, String value)
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final String CONTENT_DIRECTORY

The directory twig for this sub-table

Constant Value: "settings"

public static final Uri CONTENT_URI

The content:// style URL for this table

public static final String DEFAULT_SORT_ORDER

The default sort order for this table

Constant Value: "key ASC"

public static final String SYNC_EVERYTHING

A setting that is used to indicate if we should sync down all groups for the specified account. For this setting the _SYNC_ACCOUNT column must be set. If this isn't set then we will only sync the groups whose SHOULD_SYNC column is set to true.

This is a boolean setting. It is true if it is set and it is anything other than the emptry string or "0".

Constant Value: "syncEverything"

Public Methods

public static String getSetting (ContentResolver cr, String account, String key)

public static void setSetting (ContentResolver cr, String account, String key, String value)