Month: October 2014

Get Android OS Version

Snippets
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…
keyboard_arrow_up