summaryrefslogtreecommitdiff
path: root/core/java
diff options
context:
space:
mode:
authorKevin Hufnagle <khufnagle@google.com>2019-09-20 00:58:45 +0000
committerKevin Hufnagle <khufnagle@google.com>2019-09-20 00:59:33 +0000
commitd9c7b449fec713f3beb13347fb7812495f252f72 (patch)
tree4e964c824387fc5a22a1d1e3c72c4c89fc488daf /core/java
parent576a6f4ac57e45c191713db8079abe7671414c9e (diff)
docs: Updated SECURITY_PATCH field description
Test: make ds-docs -j32 Bug: 127625306 Change-Id: I052bb647ebb36ea3c9a788be592e7de9cd969e10
Diffstat (limited to 'core/java')
-rwxr-xr-xcore/java/android/os/Build.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/java/android/os/Build.java b/core/java/android/os/Build.java
index 77d367f0d933..176c2b7db054 100755
--- a/core/java/android/os/Build.java
+++ b/core/java/android/os/Build.java
@@ -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", "");