Merge "docs: Updated SECURITY_PATCH field description" into qt-dev am: 3c92f24adb
am: 7b02dd8342
Change-Id: I432a4b416077f2ab21f34eec32956278846af809
This commit is contained in:
@@ -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", "");
|
||||
|
||||
Reference in New Issue
Block a user