Android examples for Android OS:OS Build
get OS Release
//package com.java2s; public class Main { public static String getOSRelease() { return android.os.Build.VERSION.RELEASE; }//from w w w . j a va2s . c om }