// WARNING: This file was autogenerated by jni-bindgen. Any changes to this file may be lost!!!
#[cfg(any(feature = "all", feature = "android-provider-ContactsContract_Contacts_Photo"))]
__jni_bindgen! {
/// public final class [ContactsContract.Contacts.Photo](https://developer.android.com/reference/android/provider/ContactsContract.Contacts.Photo.html)
///
/// Required feature: "android-provider-ContactsContract_Contacts_Photo"
public final class ContactsContract_Contacts_Photo ("android/provider/ContactsContract$Contacts$Photo") extends crate::java::lang::Object, implements crate::android::provider::BaseColumns, crate::android::provider::ContactsContract_DataColumnsWithJoins {
/// public static final [CONTENT_DIRECTORY](https://developer.android.com/reference/android/provider/ContactsContract.Contacts.Photo.html#CONTENT_DIRECTORY)
pub const CONTENT_DIRECTORY : &'static str = "photo";
/// public static final [DISPLAY_PHOTO](https://developer.android.com/reference/android/provider/ContactsContract.Contacts.Photo.html#DISPLAY_PHOTO)
pub const DISPLAY_PHOTO : &'static str = "display_photo";
/// public static final [PHOTO](https://developer.android.com/reference/android/provider/ContactsContract.Contacts.Photo.html#PHOTO)
pub const PHOTO : &'static str = "data15";
/// public static final [PHOTO_FILE_ID](https://developer.android.com/reference/android/provider/ContactsContract.Contacts.Photo.html#PHOTO_FILE_ID)
pub const PHOTO_FILE_ID : &'static str = "data14";
}
}