// WARNING: This file was autogenerated by jni-bindgen. Any changes to this file may be lost!!!
#[cfg(any(feature = "all", feature = "android-provider-MediaStore_Audio_GenresColumns"))]
__jni_bindgen! {
/// public interface [MediaStore.Audio.GenresColumns](https://developer.android.com/reference/android/provider/MediaStore.Audio.GenresColumns.html)
///
/// Required feature: "android-provider-MediaStore_Audio_GenresColumns"
public interface MediaStore_Audio_GenresColumns ("android/provider/MediaStore$Audio$GenresColumns") extends crate::java::lang::Object {
/// public static final [NAME](https://developer.android.com/reference/android/provider/MediaStore.Audio.GenresColumns.html#NAME)
pub const NAME : &'static str = "name";
}
}