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

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

Change-Id: I6617ac35d6946ed4f1884ba7a6f8c832f96cd4e5
This commit is contained in:
Treehugger Robot
2022-02-11 10:06:42 +00:00
committed by Automerger Merge Worker

View File

@@ -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
*/