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

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

Change-Id: I61c86608ed19cfbaef92a90b76a51138b964d851
This commit is contained in:
Artur Satayev
2022-03-21 13:48:08 +00:00
committed by Automerger Merge Worker

View File

@@ -406,7 +406,7 @@ public class Build {
public static final String CODENAME = getString("ro.build.version.codename"); 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" * <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. * then the value of that is present in this set.