#[cfg(any(feature = "all", feature = "android-util-Config"))]
__jni_bindgen! {
#[deprecated] public final class Config ("android/util/Config") extends crate::java::lang::Object {
#[deprecated] pub const DEBUG : bool = false;
#[deprecated] pub const RELEASE : bool = true;
#[deprecated] pub const PROFILE : bool = false;
#[deprecated] pub const LOGV : bool = false;
#[deprecated] pub const LOGD : bool = true;
}
}