diff --git a/core/java/android/os/Build.java b/core/java/android/os/Build.java
index 0541a53c24733..7852125db6f0e 100644
--- a/core/java/android/os/Build.java
+++ b/core/java/android/os/Build.java
@@ -757,6 +757,16 @@ public class Build {
/**
* O.
+ *
+ *
Applications targeting this or a later release will get these
+ * new changes in behavior:
+ *
+ * - {@link android.R.attr#focusable} defaults to a new state ({@code auto}) where it will
+ * inherit the value of {@link android.R.attr#clickable} unless explicitly overridden.
+ * - A default theme-appropriate focus-state highlight will be supplied to all Views
+ * which don't provide a focus-state drawable themselves. This can be disabled by setting
+ * {@link android.R.attr#defaultFocusHighlightEnabled} to false.
+ *
*/
public static final int O = 26;