Check the current SDK/API version

1 vote · 0 comments

Current API not less than 2.0

raw ·
copy
· download
if(Build.VERSION.SDK_INT >= Build.VERSION_CODES.ECLAIR) { // ... }

Be the first to comment

Sign in with OpenID