Re: [android-developers] Re: how to get device's android version

2010-10-21 Thread Mark Murphy
On Thu, Oct 21, 2010 at 7:48 AM, Doug Gordon wrote: > Seems like this just gets the version that you compiled the app on. No, it does not. > I > think the OP is looking for a runtime version for an app that can run > on multiple versions. Use android.os.Build.VERSION: http://developer.android.

[android-developers] Re: how to get device's android version

2010-10-21 Thread Doug Gordon
Seems like this just gets the version that you compiled the app on. I think the OP is looking for a runtime version for an app that can run on multiple versions. Doug Gordon On Oct 20, 7:34 pm, Mark Murphy wrote: > On Wed, Oct 20, 2010 at 7:32 PM, cindy wrote: > > Ho could I get Android versi