Small pieces of code that can be copy/paste-ed on your project
Get Android OS Version
No Comments
If you ever need to get the version of the OS on which your app runs, you can try this out: android.os.Build.VERSION.SDK_INT And you can use it against(for more check…
Read More