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