Android examples for android.os:Build
get Platform Version
import android.os.Build; public class Main{ public static String getPlatformVersion() { return Build.VERSION.RELEASE; }/*from w w w. j av a 2 s. com*/ }