Add Snippet |
Current API not less than 2.0
raw · copy · downloadif(Build.VERSION.SDK_INT >= Build.VERSION_CODES.ECLAIR) { // ... }
Preview
Editors
Tags
Related Snippets
get the version of your application on the phone
Get the phone SDK version
Be the first to comment