#[cfg(any(feature = "all", feature = "android-os-Build_VERSION_CODES"))]
__jni_bindgen! {
public class Build_VERSION_CODES ("android/os/Build$VERSION_CODES") extends crate::java::lang::Object {
pub fn new<'env>(__jni_env: &'env __jni_bindgen::Env) -> __jni_bindgen::std::result::Result<__jni_bindgen::Local<'env, crate::android::os::Build_VERSION_CODES>, __jni_bindgen::Local<'env, crate::java::lang::Throwable>> {
unsafe {
let __jni_args = [];
let (__jni_class, __jni_method) = __jni_env.require_class_method("android/os/Build$VERSION_CODES\0", "<init>\0", "()V\0");
__jni_env.new_object_a(__jni_class, __jni_method, __jni_args.as_ptr())
}
}
pub const CUR_DEVELOPMENT : i32 = 10000;
pub const BASE : i32 = 1;
pub const BASE_1_1 : i32 = 2;
pub const CUPCAKE : i32 = 3;
pub const DONUT : i32 = 4;
pub const ECLAIR : i32 = 5;
pub const ECLAIR_0_1 : i32 = 6;
pub const ECLAIR_MR1 : i32 = 7;
pub const FROYO : i32 = 8;
pub const GINGERBREAD : i32 = 9;
pub const GINGERBREAD_MR1 : i32 = 10;
}
}