Loading core/java/android/os/Build.java +1 −2 Original line number Diff line number Diff line Loading @@ -252,8 +252,7 @@ public class Build { * 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", ""); public static final String SECURITY_PATCH = "2022-01-05"; /** * The user-visible security patch level when the device overrides the security patch with Loading Loading
core/java/android/os/Build.java +1 −2 Original line number Diff line number Diff line Loading @@ -252,8 +252,7 @@ public class Build { * 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", ""); public static final String SECURITY_PATCH = "2022-01-05"; /** * The user-visible security patch level when the device overrides the security patch with Loading