public static class

Build.LINEAGE_VERSION

extends Object
java.lang.Object
   ↳ lineageos.os.Build.LINEAGE_VERSION

Class Overview

Various version strings.

Summary

Fields
public static final int SDK_INT The user-visible SDK version of the framework; its possible values are defined in Build.LINEAGE_VERSION_CODES.
Public Constructors
Build.LINEAGE_VERSION()
[Expand]
Inherited Methods
From class java.lang.Object

Fields

public static final int SDK_INT

added in API level 8

The user-visible SDK version of the framework; its possible values are defined in Build.LINEAGE_VERSION_CODES. Will return 0 if the device does not support the Lineage SDK.

Public Constructors

public Build.LINEAGE_VERSION ()

added in API level 8