摘要:
1.获取当前系统的版本号: textView.setText("Product Model: " + android.os.Build.MODEL + "," + android.os.Build.VERSION.SDK + "," + android.os.Build.VERSION.RELEASE); 或者:int currentapiVersion=android.os.Build.VERSION.SDK_INT; 阅读全文
posted @ 2012-07-27 18:15
alex_wongh
阅读(520)
评论(0)
推荐(0)