WebView.addJavascriptInterface bridges JavaScript to native objects and can allow remote code execution on older APIs.
Avoid addJavascriptInterface for untrusted content; if required, target API 17+ and annotate exposed methods with @JavascriptInterface.