Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cff4e09e authored by Zach Jang's avatar Zach Jang Committed by Android Git Automerger
Browse files

am bdf7f358: DO NOT MERGE - Backport of ag/748165 to klp-dev Security patch level in Settings

* commit 'bdf7f358':
  DO NOT MERGE - Backport of ag/748165 to klp-dev Security patch level in Settings
parents 9e7a0ddb bdf7f358
Loading
Loading
Loading
Loading
+15 −0
Original line number Original line Diff line number Diff line
@@ -89,6 +89,21 @@ public class Build {
         */
         */
        public static final String RELEASE = getString("ro.build.version.release");
        public static final String RELEASE = getString("ro.build.version.release");


        /**
         * The base OS build the product is based on.
         * For Pre-API 23 - use support libs to access.
         * @hide
         */
        public static final String BASE_OS = SystemProperties.get("ro.build.version.base_os", "");

        /**
         * The user-visible security patch level.
         * For Pre-API 23 - use support libs to access.
         * @hide
         */
        public static final String SECURITY_PATCH = SystemProperties.get(
                "ro.build.version.security_patch", "");

        /**
        /**
         * The user-visible SDK version of the framework in its raw String
         * The user-visible SDK version of the framework in its raw String
         * representation; use {@link #SDK_INT} instead.
         * representation; use {@link #SDK_INT} instead.