On Sat, Sep 10, 2011 at 10:48 AM, b0b <[email protected]> wrote:
> It has to be in a conditional test ie:
>
>   if (Build.VERSION.SDK_INT >=  <some api level> {
>      // you can call any function defined only  since  <some api level> or
> greater.
>   }

Ah, my apologies. I thought the issue remained for method invocations,
but you're right, it works.

Thanks!

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

_The Busy Coder's Guide to *Advanced* Android Development_ Version 2.0
Available!

-- 
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

Reply via email to