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.FINGERPRINTyou'll get theBuild Numberof the device.My Device Build Number :
FINGERPRINTreturn by the above code