OSDN Git Service

Merge "docs: Updated SECURITY_PATCH field description" into qt-dev
authorKevin Hufnagle <khufnagle@google.com>
Tue, 8 Oct 2019 19:00:20 +0000 (12:00 -0700)
committerandroid-build-merger <android-build-merger@google.com>
Tue, 8 Oct 2019 19:00:20 +0000 (12:00 -0700)
am: 3c92f24adb

Change-Id: Ieb7549bb38439ad297bba0f5a4b64870919651a7

core/java/android/os/Build.java

index 77d367f..176c2b7 100755 (executable)
@@ -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", "");