// WARNING: This file was autogenerated by jni-bindgen. Any changes to this file may be lost!!!
#[cfg(any(feature = "all", feature = "android-provider-Telephony_Mms_Addr"))]
__jni_bindgen! {
/// public final class [Telephony.Mms.Addr](https://developer.android.com/reference/android/provider/Telephony.Mms.Addr.html)
///
/// Required feature: "android-provider-Telephony_Mms_Addr"
public final class Telephony_Mms_Addr ("android/provider/Telephony$Mms$Addr") extends crate::java::lang::Object, implements crate::android::provider::BaseColumns {
/// public static final [ADDRESS](https://developer.android.com/reference/android/provider/Telephony.Mms.Addr.html#ADDRESS)
pub const ADDRESS : &'static str = "address";
/// public static final [CHARSET](https://developer.android.com/reference/android/provider/Telephony.Mms.Addr.html#CHARSET)
pub const CHARSET : &'static str = "charset";
/// public static final [CONTACT_ID](https://developer.android.com/reference/android/provider/Telephony.Mms.Addr.html#CONTACT_ID)
pub const CONTACT_ID : &'static str = "contact_id";
/// public static final [MSG_ID](https://developer.android.com/reference/android/provider/Telephony.Mms.Addr.html#MSG_ID)
pub const MSG_ID : &'static str = "msg_id";
/// public static final [TYPE](https://developer.android.com/reference/android/provider/Telephony.Mms.Addr.html#TYPE)
pub const TYPE : &'static str = "type";
}
}