Loading core/java/android/os/Build.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -403,7 +403,7 @@ public class Build { * increase when the hardware manufacturer provides an OTA update. * increase when the hardware manufacturer provides an OTA update. * <p> * <p> * This constant records the major version of Android. Use {@link * 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. * as well. * <p> * <p> * Possible values are defined in {@link Build.VERSION_CODES}. * Possible values are defined in {@link Build.VERSION_CODES}. Loading Loading
core/java/android/os/Build.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -403,7 +403,7 @@ public class Build { * increase when the hardware manufacturer provides an OTA update. * increase when the hardware manufacturer provides an OTA update. * <p> * <p> * This constant records the major version of Android. Use {@link * 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. * as well. * <p> * <p> * Possible values are defined in {@link Build.VERSION_CODES}. * Possible values are defined in {@link Build.VERSION_CODES}. Loading