Constant ANDROID_OS_API_LEVEL
Source pub const ANDROID_OS_API_LEVEL: &str = "android.os.api_level";
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