[android-developers] How to get the highest API level supported by the device?

2009-11-26 Thread Agus
How to get the highest API level supported by the device? -- 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

Re: [android-developers] How to get the highest API level supported by the device?

2009-11-26 Thread Mark Murphy
Agus wrote: How to get the highest API level supported by the device? android.os.Build.VERSION.SDK. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy _Beginning Android_ from Apress Now Available! -- You received this message because you are subscribed to

Re: [android-developers] How to get the highest API level supported by the device?

2009-11-26 Thread Agus
thanks On Thu, Nov 26, 2009 at 10:55 AM, Mark Murphy mmur...@commonsware.comwrote: Agus wrote: How to get the highest API level supported by the device? android.os.Build.VERSION.SDK. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy _Beginning