您的位置:首页 > 其它

如何获取 当前系统的 版本号?

2015-03-03 12:29 211 查看
//获取当前系统功能的版本号
int currentPhoneVersionCode = android.os.Build.VERSION.SDK_INT;
MyApplication.currentPhoneVersionCode = currentPhoneVersionCode;
LogUtil.d(TAG, "----------当前的版本号:" + MyApplication.currentPhoneVersionCode);
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: