Loading core/java/android/os/Build.java +1 −1 Original line number Diff line number Diff line Loading @@ -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. Loading Loading
core/java/android/os/Build.java +1 −1 Original line number Diff line number Diff line Loading @@ -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. Loading