Merge "docs: Removing @see link to hidden field" into pi-dev

This commit is contained in:
Andrew Solovay
2018-11-20 18:50:17 +00:00
committed by Android (Google) Code Review

View File

@@ -227,8 +227,6 @@ public class Build {
* increase when the hardware manufacturer provides an OTA update.
* <p>
* Possible values are defined in {@link Build.VERSION_CODES}.
*
* @see #FIRST_SDK_INT
*/
public static final int SDK_INT = SystemProperties.getInt(
"ro.build.version.sdk", 0);