If I write my own Android application using android.webkit.WebView, how do I enable WebKitDeveloperExtras? I would like to be able to enable real debugging of the script through the Web Inspector, and not just dump it to the console.
Despite the fact that WebView is based on the WebKit rendering engine, I believe that this is all that has in common with browsers such as Chrome and Safari. Therefore, I do not believe that there is a way to get DeveloperExtras.