0

Possible Duplicate:
How to check Android version in code

I have a requirement to get the Build number of the android device programatically.

Can any one suggest how to get this information..??

I tried with "Build" and "TelephonyManager" but no luck.

pl. let me know if I miss some thing.

thanks.

Community
  • 1
  • 1
brig
  • 3,721
  • 12
  • 43
  • 61

1 Answers1

0

If for "build number" you mean the IMEI number, for example, then check about TelephonyManager.getDeviceSoftwareVersion(). However, I refer you to this link http://groups.google.com/group/android-developers/browse_thread/thread/ab7bd52d01b4a4d6

Finuka
  • 730
  • 7
  • 15