In Android I get the version of the SDK easily (Build.VERSION.SDK) but I need to use LabeledIntent only if the platform is newer than 1.6 (>Build.VERSION_
Build.VERSION.SDK
>Build.VERSION_
Follow the wrapper class pattern documented in the page you linked to above.