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

Commit ba790e48 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Expand javadoc for Build.VERSION.KNOWN_CODENAMES." am: 4ff7b1d7 am:...

Merge "Expand javadoc for Build.VERSION.KNOWN_CODENAMES." am: 4ff7b1d7 am: f8e89c23 am: 64d4a8e0

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1979486

Change-Id: Ide5adfe60c9ce36948e22dea54b83667df55a8e7
parents bbe79d02 64d4a8e0
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -401,7 +401,12 @@ public class Build {
        /**
         * All known codenames starting from {@link VERSION_CODES.Q}.
         *
         * <p>This includes in development codenames as well.
         * <p>This includes in development codenames as well, i.e. if {@link #CODENAME} is not "REL"
         * then the value of that is present in this set.
         *
         * <p>If a particular string is not present in this set, then it is either not a codename
         * or a codename for a future release. For example, during Android R development, "Tiramisu"
         * was not a known codename.
         *
         * @hide
         */