jni-android-sys 0.0.10

Autogenerated glue code for access Android JVM APIs from Rust
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// 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_Intents"))]
__jni_bindgen! {
    /// public final class [Telephony.Mms.Intents](https://developer.android.com/reference/android/provider/Telephony.Mms.Intents.html)
    ///
    /// Required feature: "android-provider-Telephony_Mms_Intents"
    public final class Telephony_Mms_Intents ("android/provider/Telephony$Mms$Intents") extends crate::java::lang::Object {

        /// public static final [CONTENT_CHANGED_ACTION](https://developer.android.com/reference/android/provider/Telephony.Mms.Intents.html#CONTENT_CHANGED_ACTION)
        pub const CONTENT_CHANGED_ACTION : &'static str = "android.intent.action.CONTENT_CHANGED";

        /// public static final [DELETED_CONTENTS](https://developer.android.com/reference/android/provider/Telephony.Mms.Intents.html#DELETED_CONTENTS)
        pub const DELETED_CONTENTS : &'static str = "deleted_contents";
    }
}