From within an Android Application, how can the hosting device's Build Number, as displayed in System Settings -> About Tablet -> Build Number be obtained programmatically for use within a Java Android application?
Currently, I'm using "android.os.Build".
Check this code:
In
Build.FINGERPRINT
you'll get theBuild Number
of the device.My Device Build Number :
FINGERPRINT
return by the above code