Merge "docs: Updated SECURITY_PATCH field description" into qt-dev am: 3c92f24adb

am: 7b02dd8342

Change-Id: I432a4b416077f2ab21f34eec32956278846af809
This commit is contained in:
Kevin Hufnagle
2019-10-08 12:08:12 -07:00
committed by android-build-merger

View File

@@ -243,7 +243,8 @@ public class Build {
public static final String BASE_OS = SystemProperties.get("ro.build.version.base_os", "");
/**
* The user-visible security patch level.
* The user-visible security patch level. This value represents the date when the device
* most recently applied a security patch.
*/
public static final String SECURITY_PATCH = SystemProperties.get(
"ro.build.version.security_patch", "");