Find a way to enable the use of plugins in browser.
Hints:
- http://forum.xda-developers.com/showthread.php?t=552988
-
http://developer.android.com/reference/android/webkit/WebSettings.html#setPlugin
sEnabled(boolean) (until 2.1)
-
http://developer.android.com/reference/android/webkit/WebSettings.html#setPlugin
State(android.webkit.WebSettings.PluginState) (from 2.2)
Problems:
- Display different preference depending of the running platform (on/off for
2.1, on/off/on demand for 2.2 and above).
- Cannot test on my device.
Original issue reported on code.google.com by J.Devauc...@gmail.com on 16 Dec 2010 at 9:26
Original issue reported on code.google.com by
J.Devauc...@gmail.com
on 16 Dec 2010 at 9:26