Android's `JavascriptInterface` is an interface that allows calling of native (Java) code from an embedded Webkit Webview. Security precautions should be taken to ensure that only your own pages will run in the webview, or that all Java code that can be called will not cause a security breach.
Android's JavascriptInterface
is an interface that allows calling of native (Java) code from an embedded Webkit Webview. Security precautions should be taken to ensure that only your own pages will run in the webview, or that all Java code that can be called will not cause a security breach.
Official documentation: https://developer.android.com/guide/webapps/webview.html#AddingWebView