am 0a8197b1: am 1cf21e44: DO NOT MERGE - Backport of ag/748165 to klp-dev Security patch level in Settings

* commit '0a8197b1e43bc3771fc3f8595619603ec8f6f641':
  DO NOT MERGE - Backport of ag/748165 to klp-dev Security patch level in Settings
This commit is contained in:
Zach Jang
2015-09-21 18:58:18 +00:00
committed by Android Git Automerger

View File

@@ -156,6 +156,21 @@ public class Build {
*/
public static final String RELEASE = getString("ro.build.version.release");
/**
* The base OS build the product is based on.
* For Pre-API 23 - use support libs to access.
* @hide
*/
public static final String BASE_OS = SystemProperties.get("ro.build.version.base_os", "");
/**
* The user-visible security patch level.
* For Pre-API 23 - use support libs to access.
* @hide
*/
public static final String SECURITY_PATCH = SystemProperties.get(
"ro.build.version.security_patch", "");
/**
* The user-visible SDK version of the framework in its raw String
* representation; use {@link #SDK_INT} instead.