What is the android:versionCode attribute in the AndroidManifest.xml file?

What is the android:versionCode attribute in the AndroidManifest.xml file?



Answer: It is used to programmatically check if an application can be upgraded.


Learn More :