Class AndroidVersion


  • public class AndroidVersion
    extends Object
    • Field Detail

      • isAvailable

        public static final boolean isAvailable
      • CPU_ABI

        public static final String CPU_ABI
        The name of the instruction set (CPU type + ABI convention) of native code. API-4. All lower case.
      • CPU_ABI2

        public static final String CPU_ABI2
        The name of the second instruction set (CPU type + ABI convention) of native code. API-8. All lower case.
      • CODENAME

        public static final String CODENAME
        Development codename, or the string "REL" for official release
      • INCREMENTAL

        public static final String INCREMENTAL
        internal build value used by the underlying source control.
      • RELEASE

        public static final String RELEASE
        official build version string
      • SDK_INT

        public static final int SDK_INT
        SDK Version number, key to VERSION_CODES
      • SDK_NAME

        public static final String SDK_NAME
        SDK Version string
    • Constructor Detail

      • AndroidVersion

        public AndroidVersion()