// WARNING: This file was autogenerated by jni-bindgen. Any changes to this file may be lost!!!
#[cfg(any(feature = "all", feature = "android-provider-Contacts_SettingsColumns"))]
__jni_bindgen! {
/// public interface [Contacts.SettingsColumns](https://developer.android.com/reference/android/provider/Contacts.SettingsColumns.html)
///
/// Required feature: "android-provider-Contacts_SettingsColumns"
#[deprecated] public interface Contacts_SettingsColumns ("android/provider/Contacts$SettingsColumns") extends crate::java::lang::Object {
/// public static final [KEY](https://developer.android.com/reference/android/provider/Contacts.SettingsColumns.html#KEY)
#[deprecated] pub const KEY : &'static str = "key";
/// public static final [VALUE](https://developer.android.com/reference/android/provider/Contacts.SettingsColumns.html#VALUE)
#[deprecated] pub const VALUE : &'static str = "value";
/// public static final [_SYNC_ACCOUNT](https://developer.android.com/reference/android/provider/Contacts.SettingsColumns.html#_SYNC_ACCOUNT)
#[deprecated] pub const _SYNC_ACCOUNT : &'static str = "_sync_account";
/// public static final [_SYNC_ACCOUNT_TYPE](https://developer.android.com/reference/android/provider/Contacts.SettingsColumns.html#_SYNC_ACCOUNT_TYPE)
#[deprecated] pub const _SYNC_ACCOUNT_TYPE : &'static str = "_sync_account_type";
}
}