私はAndroid用のブラウザを開発しています。
でFlashプラグイン( )Checkbox Preference
を有効または無効にするを作成することは可能ですか?webview.setPluginsEnabled
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 />