// WARNING: This file was autogenerated by jni-bindgen. Any changes to this file may be lost!!!
#[cfg(any(feature = "all", feature = "android-content-QuickViewConstants"))]
__jni_bindgen! {
/// public class [QuickViewConstants](https://developer.android.com/reference/android/content/QuickViewConstants.html)
///
/// Required feature: "android-content-QuickViewConstants"
public class QuickViewConstants ("android/content/QuickViewConstants") extends crate::java::lang::Object {
/// public static final [FEATURE_DOWNLOAD](https://developer.android.com/reference/android/content/QuickViewConstants.html#FEATURE_DOWNLOAD)
pub const FEATURE_DOWNLOAD : &'static str = "android:download";
/// public static final [FEATURE_EDIT](https://developer.android.com/reference/android/content/QuickViewConstants.html#FEATURE_EDIT)
pub const FEATURE_EDIT : &'static str = "android:edit";
/// public static final [FEATURE_PRINT](https://developer.android.com/reference/android/content/QuickViewConstants.html#FEATURE_PRINT)
pub const FEATURE_PRINT : &'static str = "android:print";
/// public static final [FEATURE_SEND](https://developer.android.com/reference/android/content/QuickViewConstants.html#FEATURE_SEND)
pub const FEATURE_SEND : &'static str = "android:send";
/// public static final [FEATURE_VIEW](https://developer.android.com/reference/android/content/QuickViewConstants.html#FEATURE_VIEW)
pub const FEATURE_VIEW : &'static str = "android:view";
}
}