//! Android platform support.
/// Oldest Android API level supported by the native runtime and its `AAudio` backend.
pub const ANDROID_MIN_API_LEVEL: u32 = 26;
/// Android backend implementation.
/// Android device detection and management.
/// Android platform configuration.
pub
pub use ;