Skip to content

Instantly share code, notes, and snippets.

@dtrauger
Created November 14, 2014 16:48
Show Gist options
  • Save dtrauger/7ae22624fe422f28b7e7 to your computer and use it in GitHub Desktop.
Save dtrauger/7ae22624fe422f28b7e7 to your computer and use it in GitHub Desktop.
Get Android Version
//http://developer.android.com/reference/android/os/Build.VERSION.html
android.os.Build.VERSION.CODENAME //the current development codename, or the string "REL" if this is a release build.
android.os.Build.VERSION.INCREMENTAL //the internal value used by the underlying source control to represent this build.
android.os.Build.VERSION.RELEASE //the user-visible version string.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment