You could use *Device Internals for r1* which is free in Tools, and scroll to section *android.os.Build*, it will list you the fields and values that you can obtain from this class and you can pick the one that suits your requirements. You can also see other classes that give you other similar values.
serge On Feb 27, 4:21 pm, Mark Murphy <[email protected]> wrote: > Mark K wrote: > > Does anyone know of a way to get the version/build number > > programatically? > > Check out android.os.Build and android.os.Build.VERSION. > > Note that some of these values may be unusual in the emulator (e.g., > null brand). > > -- > Mark Murphy (a Commons Guy)http://commonsware.com > _The Busy Coder's Guide to Android Development_ Version 2.0 Available! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

