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

Commit de647647 authored by Mårten Kongstad's avatar Mårten Kongstad
Browse files

Build.java: fix broken @link in SDK_INT javadoc

Bug: 382203512
Test: m docs dist # manually inspect HTML for Build#SDK_INT
Flag: EXEMPT javadoc change
Change-Id: I2f43e09240634553510de19144bdba1476d857a8
parent c60efe59
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -403,7 +403,7 @@ public class Build {
         * increase when the hardware manufacturer provides an OTA update.
         * <p>
         * This constant records the major version of Android. Use {@link
         * SDK_INT_FULL} if you need to consider the minor version of Android
         * #SDK_INT_FULL} if you need to consider the minor version of Android
         * as well.
         * <p>
         * Possible values are defined in {@link Build.VERSION_CODES}.