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

Commit 473b764e authored by Artur Satayev's avatar Artur Satayev Committed by Automerger Merge Worker
Browse files

Merge "Fix KNOWN_CODENAMES javadoc to mention that all codenames are there."...

Merge "Fix KNOWN_CODENAMES javadoc to mention that all codenames are there." into tm-dev am: ca5c0898

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

Change-Id: Ie97d5e66708b350b2f6f600d9b8b5e838a1b0d0f
parents 46d2efd2 ca5c0898
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -406,7 +406,7 @@ public class Build {
        public static final String CODENAME = getString("ro.build.version.codename");

        /**
         * All known codenames starting from {@link VERSION_CODES.Q}.
         * All known codenames that are present in {@link VERSION_CODES}.
         *
         * <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.