How can I check the system version of Android? -


does know how can check system version (e.g. 1.0, 2.2, etc.) programatically?

check android.os.build.version.

  • codename: current development codename, or string "rel" if release build.
  • incremental: internal value used underlying source control represent build.
  • release: user-visible version string.

Comments

Popular posts from this blog

asp.net - repeatedly call AddImageUrl(url) to assemble pdf document -

java - Android recognize cell phone with keyboard or not? -

iphone - How would you achieve a LED Scrolling effect? -