...
Code Block | ||
---|---|---|
| ||
<manifest> <uses-sdk android:minSdkVersion="17" /> ... </manifest> |
Applicability
Android Version Applicability
Applies to Android API versions 16 (JELLY_BEAN) and below.
Risk Assessment
Allowing an app to provide access to the addJavascriptInterface
method in a WebView
which could contain untrusted content may leave it open to scripting attacks that could corrupt the host, for API level JELLY_BEAN and below.
...