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

Commit c5dafe7e authored by satayev's avatar satayev
Browse files

Expand javadoc for Build.VERSION.KNOWN_CODENAMES.

Bug: 211747008
Test: N/A
Change-Id: I030076caae7b76a09a43aa5cd5fdf5671c09a832
parent a31dc6da
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
         */