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

Commit ee9402a7 authored by Daniel Colascione's avatar Daniel Colascione Committed by android-build-merger
Browse files

Merge "Clarify doc comment for android.os.Build.VERSION.RELEASE" am: fe79660d am: 7c4bcfc2

am: c266a5d5

Change-Id: I865b0fc84cff768352780c245a9ed46cf92f0429
parents 74b12be0 c266a5d5
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -197,7 +197,11 @@ public class Build {
        public static final String INCREMENTAL = getString("ro.build.version.incremental");

        /**
         * The user-visible version string.  E.g., "1.0" or "3.4b5".
         * The user-visible version string.  E.g., "1.0" or "3.4b5" or "bananas".
         *
         * This field is an opaque string. Do not assume that its value
         * has any particular structure or that values of RELEASE from
         * different releases can be somehow ordered.
         */
        public static final String RELEASE = getString("ro.build.version.release");