1、获取本地APK版本信息 获取当前程序的版本号 public static int getVersionCode(Context mContext) { int versionCode = 0; try { versionCode = mContext.getPackag……