[android-developers] ICS : Create a proxy to catch html file and modifying it

2012-06-22 Thread MegamanX
I set up the proxy : Proxy proxy = new Proxy(Proxy.Type.HTTP, new InetSocketAddress( 127.0.0.1, 8080)); HttpURLConnection myconnection = (HttpURLConnection) url.openConnection(proxy); myconnection.connect(); Thank in advance ! MegamanX -- You

[android-developers] Webkit browser plugin detection

2012-05-21 Thread MegamanX
Hi all, I've gp the sample code for Browser plugin from the Froyo source code: /development/samples/BrowserPlugin/ I built the plugin and install it on emulators (GingerBread and Honeycomb). I test it with opening a local html file with the web browser and it works/ However, when I install the

[android-developers] Webkit plugin - How to use PluginStup

2012-05-21 Thread MegamanX
Hi all, I want to create a webkit plugin but with the ro.secure problem it seems that is impossible. So I want to know if the use of the interface PluginStub can bypass this problem ? If yes, can examples be shown please ? Thank in advance ! MegamanX -- You received this message because you