美文网首页
安卓系统

安卓系统

作者: 田田ww | 来源:发表于2021-01-04 17:02 被阅读0次

Build.VERSION.SDK_INT是一个静态变量,代表运行该应用的手机系统的SDK 版本,这个值是通过 native 方法,在 Build 类加载时获得; Build.VERSION_CODES.M是 android sdk 中的一个常量,代表的就是不同的 SDK 版本号。
adnroid不同名称代表版本号如下:
API Q android Q
API 28 android 9.0 Pie 馅饼
API 27 android 8.1 Oreo 奥利奥
API 26 android 8.0 Oreo 奥利奥
API 25 android 7.1 Nougat 牛轧糖
API 24 android 7.0 Nougat 牛轧糖
API 23 android 6.0 Marshmallow 棉花糖
API 22 android 5.1 Lollipop 棒棒糖
API 21 android 5.0 Lollipop 棒棒糖

相关文章

网友评论

      本文标题:安卓系统

      本文链接:https://www.haomeiwen.com/subject/hopwpktx.html