jni-android-sys 0.0.10

Autogenerated glue code for access Android JVM APIs from Rust
// WARNING:  This file was autogenerated by jni-bindgen.  Any changes to this file may be lost!!!


#[cfg(any(feature = "all", feature = "android-provider-ContactsContract_StreamItems_StreamItemPhotos"))]
__jni_bindgen! {
    /// public final class [ContactsContract.StreamItems.StreamItemPhotos](https://developer.android.com/reference/android/provider/ContactsContract.StreamItems.StreamItemPhotos.html)
    ///
    /// Required feature: "android-provider-ContactsContract_StreamItems_StreamItemPhotos"
    #[deprecated] public final class ContactsContract_StreamItems_StreamItemPhotos ("android/provider/ContactsContract$StreamItems$StreamItemPhotos") extends crate::java::lang::Object, implements crate::android::provider::BaseColumns, crate::android::provider::ContactsContract_StreamItemPhotosColumns {

        /// public static final [CONTENT_DIRECTORY](https://developer.android.com/reference/android/provider/ContactsContract.StreamItems.StreamItemPhotos.html#CONTENT_DIRECTORY)
        #[deprecated] pub const CONTENT_DIRECTORY : &'static str = "photo";

        /// public static final [CONTENT_ITEM_TYPE](https://developer.android.com/reference/android/provider/ContactsContract.StreamItems.StreamItemPhotos.html#CONTENT_ITEM_TYPE)
        #[deprecated] pub const CONTENT_ITEM_TYPE : &'static str = "vnd.android.cursor.item/stream_item_photo";

        /// public static final [CONTENT_TYPE](https://developer.android.com/reference/android/provider/ContactsContract.StreamItems.StreamItemPhotos.html#CONTENT_TYPE)
        #[deprecated] pub const CONTENT_TYPE : &'static str = "vnd.android.cursor.dir/stream_item_photo";
    }
}