Identifying an Android application even between builds

69 Views Asked by At

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?

0

There are 0 best solutions below