I'm developing a browser for Android.
Is it possible to create a Checkbox Preference to enable and disable Flash plugin (webview.setPluginsEnabled) in the Preferences?
<CheckBoxPreference
android:title="Enable/Disable Flash"
android:key="chkbox_flash"
Here I need the code to set WebView.getSettings().setPluginsEnabled(boolean) 
to true or to false />
 
     
    