获取Android系统的版本号

int currentVersion = android.os.Build.VERSION.SDK_INT;

原文地址:https://www.cnblogs.com/xingkai/p/5101272.html