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

am: 3c92f24adb

Change-Id: Ieb7549bb38439ad297bba0f5a4b64870919651a7
This commit is contained in:
Kevin Hufnagle
2019-10-08 12:00:20 -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", "");