ContactsContract
@Deprecated public static final class Contacts.Settings extends Object implements BaseColumns, Contacts.SettingsColumns
Modifier and Type | Field and Description |
---|---|
static String |
CONTENT_DIRECTORY
Deprecated.
see
ContactsContract |
static Uri |
CONTENT_URI
Deprecated.
see
ContactsContract |
static String |
DEFAULT_SORT_ORDER
Deprecated.
see
ContactsContract |
static String |
SYNC_EVERYTHING
Deprecated.
see
ContactsContract |
_COUNT, _ID
_SYNC_ACCOUNT, _SYNC_ACCOUNT_TYPE, KEY, VALUE
Modifier and Type | Method and Description |
---|---|
static String |
getSetting(ContentResolver cr,
String account,
String key)
Deprecated.
see
ContactsContract |
static void |
setSetting(ContentResolver cr,
String account,
String key,
String value)
Deprecated.
see
ContactsContract |
@Deprecated public static final Uri CONTENT_URI
ContactsContract
@Deprecated public static final String CONTENT_DIRECTORY
ContactsContract
@Deprecated public static final String DEFAULT_SORT_ORDER
ContactsContract
@Deprecated public static final String SYNC_EVERYTHING
ContactsContract
This is a boolean setting. It is true if it is set and it is anything other than the emptry string or "0".
@Deprecated public static String getSetting(ContentResolver cr, String account, String key)
ContactsContract
@Deprecated public static void setSetting(ContentResolver cr, String account, String key, String value)
ContactsContract