diff --git a/core/java/android/webkit/WebView.java b/core/java/android/webkit/WebView.java index 81d36a4db1ff9..85168fd10ed16 100644 --- a/core/java/android/webkit/WebView.java +++ b/core/java/android/webkit/WebView.java @@ -1691,6 +1691,9 @@ public class WebView extends AbsoluteLayout * thread of this WebView. Care is therefore required to maintain thread * safety. *
  • The Java object's fields are not accessible.
  • + *
  • For applications targeted to API level {@link android.os.Build.VERSION_CODES#L} + * and above, methods of injected Java objects are enumerable from + * JavaScript.
  • * * * @param object the Java object to inject into this WebView's JavaScript