Constant ANDROID_OS_API_LEVEL
pub const ANDROID_OS_API_LEVEL: &'static str;
Expand description
Uniquely identifies the framework API revision offered by a version (os.version
) of the android operating system. More information can be found here.
§Notes
§Examples