I need to figure out how to get or make a build number for my Android application. I need the build number to display in the UI.
Do I have to do something with
try this one:
try { device_version = getPackageManager().getPackageInfo("com.google.android.gms", 0).versionName; } catch (PackageManager.NameNotFoundException e) { e.printStackTrace(); }