我正在为 Android 开发浏览器。
是否可以在 中创建一个Checkbox Preference
启用和禁用 Flash 插件(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 />