My question is, what accessible values of an application do change when installing debug builds after each other. I can't write into the code and the apk's, I just want to know (through ApplicationInfo, PackageInfo, or anything other), which apk is currently installed.
So the versionCode and versionName properties don't change, but is there something I can query from the package manager, and changes every time?