For Android Versions 3.0 and higher, I want to call a certain method. Is there a way to check if a certain method is available in the running Android Version?
To be more
if (Build.VERSION.SDK_INT >= x ) {}
x is the api number, Honeycomb is 11 you can find api numbers here: Platform versions