我刚发现PackageInfo.versionCode在AndroidPie中已弃用。他们指出您使用PackageInfo.getLongVersionCode()反而。这个新方法的JavaDoc是:ReturnversionCodeandversionCodeMajorcombinedtogetherasasinglelongvalue.TheversionCodeMajorisplacedintheupper32bits.但是versionCodeMajor是什么?我该如何使用它?versionCodeMajor和旧的versionCode有什么区别?它的文档几乎什么都没说:Int