Kaj Bjurman wrote:
> Does anyone know how to check the API version on the phone so that I
> at least can add a quickfix? (A conditional check and only invoce
> updateConfiguration if the API version is less than 5)

android.os.Build.VERSION has the values you need. Note that the integer
version is relatively new, so you probably want to use the string instead.

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://twitter.com/commonsguy

Android 1.6 Programming Books: http://commonsware.com/books

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to