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

Commit 714ee429 authored by Dianne Hackborn's avatar Dianne Hackborn Committed by Jessica Wagantall
Browse files

Fix issue #23116383: Include security patch level in Settings

Issue-Id: RM-170
Change-Id: I4934c7d26bf69b5c599962cd74ac1e4ea4ad4b51
parent 51ed9304
Loading
Loading
Loading
Loading
+13 −0
Original line number Original line Diff line number Diff line
@@ -156,6 +156,19 @@ 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.
         * @hide
         */
        public static final String BASE_OS = SystemProperties.get("ro.build.version.base_os", "");

        /**
         * The user-visible security patch level.
         * @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.