摘要:
转:http://blog.csdn.net/android_tutor/article/details/5772285 阅读全文
摘要:
1 //获取版本名 2 public static String getVersionName(Context context) { 3 return getPackageInfo(context).versionName; 4 } 5 6 //获取版本号 7 public static int getVersionCode(Context ... 阅读全文