Android Utililty Methods OS Version Get

List of utility methods to do OS Version Get

Description

The list of methods to do OS Version Get are organized into topic(s).

Method

StringgetOSVersion(Context context)
Get Android System version, eg: 2.3
return android.os.Build.VERSION.RELEASE;