SettingsColumns
interfaceSettingsColumns
android.provider.Contacts.SettingsColumns |
Columns from the Settings table that other columns join into themselves.
Summary
Constants | |
---|---|
static String |
The key of this setting. |
static String |
The value of this setting. |
static String |
The _SYNC_ACCOUNT to which this setting corresponds. |
static String |
The _SYNC_ACCOUNT_TYPE to which this setting corresponds. |
Constants
KEY
static valKEY: String
Deprecated: see android.provider.ContactsContract
The key of this setting.
Type: TEXT
Value: "key"
VALUE
static valVALUE: String
Deprecated: see android.provider.ContactsContract
The value of this setting.
Type: TEXT
Value: "value"
_SYNC_ACCOUNT
static val_SYNC_ACCOUNT: String
Deprecated: see android.provider.ContactsContract
The _SYNC_ACCOUNT to which this setting corresponds. This may be null.
Type: TEXT
Value: "_sync_account"
_SYNC_ACCOUNT_TYPE
static val_SYNC_ACCOUNT_TYPE: String
Deprecated: see android.provider.ContactsContract
The _SYNC_ACCOUNT_TYPE to which this setting corresponds. This may be null.
Type: TEXT
Value: "_sync_account_type"