You can get it by calling Build.VERSION.SDK.
From 1.6 on, you should use Build.VERSION.SDK_INT instead
because Build.VERSION.SDK is deprecated.
You can get it by calling Build.VERSION.SDK.
From 1.6 on, you should use Build.VERSION.SDK_INT instead
because Build.VERSION.SDK is deprecated.