public static interface Contacts.SettingsColumns

android.provider.Contacts.SettingsColumns



This interface was deprecated in API level 5.
see ContactsContract

Columns from the Settings table that other columns join into themselves.

Summary

Constants

String KEY

This constant is deprecated. see ContactsContract

String VALUE

This constant is deprecated. see ContactsContract

String _SYNC_ACCOUNT

This constant is deprecated. see ContactsContract

String _SYNC_ACCOUNT_TYPE

This constant was deprecated in API level 5. see ContactsContract

Constants

KEY

public static final String KEY

This constant is deprecated.
see ContactsContract

The key of this setting.

Type: TEXT

Constant Value: "key"

VALUE

public static final String VALUE

This constant is deprecated.
see ContactsContract

The value of this setting.

Type: TEXT

Constant Value: "value"

_SYNC_ACCOUNT

public static final String _SYNC_ACCOUNT

This constant is deprecated.
see ContactsContract

The _SYNC_ACCOUNT to which this setting corresponds. This may be null.

Type: TEXT

Constant Value: "_sync_account"

_SYNC_ACCOUNT_TYPE

public static final String _SYNC_ACCOUNT_TYPE

This constant was deprecated in API level 5.
see ContactsContract

The _SYNC_ACCOUNT_TYPE to which this setting corresponds. This may be null.

Type: TEXT

Constant Value: "_sync_account_type"

Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.

Last updated 2025-02-10 UTC.