public static final class Contacts.Settings
extends Object
implements BaseColumns, Contacts.SettingsColumns
java.lang.Object | |
↳ | android.provider.Contacts.Settings |
此类已在API级别5中弃用。
见ContactsContract
所有人的设置
Constants |
|
---|---|
String |
CONTENT_DIRECTORY 此常数在API级别5中已弃用。请参阅 |
String |
DEFAULT_SORT_ORDER 此常数在API级别5中已弃用。请参阅 |
String |
SYNC_EVERYTHING 此常数在API级别5中已弃用。请参阅 |
Inherited constants |
---|
From interface android.provider.BaseColumns
|
From interface android.provider.Contacts.SettingsColumns
|
Fields |
|
---|---|
public static final Uri |
CONTENT_URI 此字段在API级别5中已弃用。请参阅 |
Public methods |
|
---|---|
static String |
getSetting(ContentResolver cr, String account, String key) 此方法在API级别5中已弃用。请参阅 |
static void |
setSetting(ContentResolver cr, String account, String key, String value) 此方法在API级别5中已弃用。请参阅 |
Inherited methods |
|
---|---|
From class java.lang.Object
|
String CONTENT_DIRECTORY
此常数在API级别5中已弃用。
见ContactsContract
该子表的目录分支
常数值:“设置”
String DEFAULT_SORT_ORDER
此常数在API级别5中已弃用。
见ContactsContract
此表的默认排序顺序
常数值:“关键ASC”
String SYNC_EVERYTHING
此常数在API级别5中已弃用。
见ContactsContract
一个设置,用于指示是否应该为指定的帐户同步所有组。 对于此设置,必须设置_SYNC_ACCOUNT列。 如果没有设置,那么我们只会将其SHOULD_SYNC列设置为true的组同步。
这是一个布尔值设置。 它是真的,如果它被设置,它是除了emptry字符串或“0”以外的任何东西。
常量值:“syncEverything”
String getSetting (ContentResolver cr, String account, String key)
此方法在API级别5中已被弃用。
见ContactsContract
Parameters | |
---|---|
cr |
ContentResolver
|
account |
String
|
key |
String
|
Returns | |
---|---|
String |
void setSetting (ContentResolver cr, String account, String key, String value)
此方法在API级别5中已被弃用。
见ContactsContract
Parameters | |
---|---|
cr |
ContentResolver
|
account |
String
|
key |
String
|
value |
String
|