【发布时间】:2012-08-10 11:03:41
【问题描述】:
我正在为 Android 开发浏览器。
是否可以在Preferences 中创建Checkbox Preference 来启用和禁用Flash 插件(webview.setPluginsEnabled)?
<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 />
【问题讨论】:
-
永远不要忘记指定您的环境。
标签: android plugins webview settings checkboxpreference