Thanks for the answer. The workaround works, but that does unfortunately mean that users who got Android 2.0 won't be able to use Swedish in the application.
Btw. Do you know if I should report the updateConfiguration bug? On 7 Nov, 23:35, Mark Murphy <[email protected]> wrote: > 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 [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

