Hi all. The examples at... http://android-developers.blogspot.com/2009/04/backward-compatibility-for-android.html
...show some good ideas of testing methods against incompatible versions. But the method I want to call is DisplayMetrics.densityDpi(); (since level 4) which returns an int value. None of these examples return any values, they're all void. How would I do this? Thanks. -- 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

