jni-android-sys 0.0.10

Autogenerated glue code for access Android JVM APIs from Rust
// WARNING:  This file was autogenerated by jni-bindgen.  Any changes to this file may be lost!!!


#[cfg(any(feature = "all", feature = "android-provider-VoicemailContract"))]
__jni_bindgen! {
    /// public class [VoicemailContract](https://developer.android.com/reference/android/provider/VoicemailContract.html)
    ///
    /// Required feature: "android-provider-VoicemailContract"
    public class VoicemailContract ("android/provider/VoicemailContract") extends crate::java::lang::Object {

        /// public static final [ACTION_FETCH_VOICEMAIL](https://developer.android.com/reference/android/provider/VoicemailContract.html#ACTION_FETCH_VOICEMAIL)
        pub const ACTION_FETCH_VOICEMAIL : &'static str = "android.intent.action.FETCH_VOICEMAIL";

        /// public static final [ACTION_NEW_VOICEMAIL](https://developer.android.com/reference/android/provider/VoicemailContract.html#ACTION_NEW_VOICEMAIL)
        pub const ACTION_NEW_VOICEMAIL : &'static str = "android.intent.action.NEW_VOICEMAIL";

        /// public static final [ACTION_SYNC_VOICEMAIL](https://developer.android.com/reference/android/provider/VoicemailContract.html#ACTION_SYNC_VOICEMAIL)
        pub const ACTION_SYNC_VOICEMAIL : &'static str = "android.provider.action.SYNC_VOICEMAIL";

        /// public static final [AUTHORITY](https://developer.android.com/reference/android/provider/VoicemailContract.html#AUTHORITY)
        pub const AUTHORITY : &'static str = "com.android.voicemail";

        /// public static final [EXTRA_SELF_CHANGE](https://developer.android.com/reference/android/provider/VoicemailContract.html#EXTRA_SELF_CHANGE)
        pub const EXTRA_SELF_CHANGE : &'static str = "com.android.voicemail.extra.SELF_CHANGE";

        /// public static final [PARAM_KEY_SOURCE_PACKAGE](https://developer.android.com/reference/android/provider/VoicemailContract.html#PARAM_KEY_SOURCE_PACKAGE)
        pub const PARAM_KEY_SOURCE_PACKAGE : &'static str = "source_package";
    }
}