summaryrefslogtreecommitdiffstats
path: root/res/xml
diff options
context:
space:
mode:
authorTarun Nainani <tnainani@codeaurora.org>2014-06-22 19:09:43 -0700
committerWebTech Code Review <code-review@localhost>2014-07-02 15:06:19 -0700
commit33736b6d37b24cc202e1e232a4de6d51f978e25a (patch)
tree1b0da0b03cd297ca442dc55c4a9ed2b916a1fe7b /res/xml
parent76074ac509daace2412de58d4c6ee31769720549 (diff)
downloadandroid_packages_apps_Gello-33736b6d37b24cc202e1e232a4de6d51f978e25a.tar.gz
android_packages_apps_Gello-33736b6d37b24cc202e1e232a4de6d51f978e25a.tar.bz2
android_packages_apps_Gello-33736b6d37b24cc202e1e232a4de6d51f978e25a.zip
Remove Enable plug-ins from Advanced Settings menu.
SWE WebView has depricated api for 'WebSettings.setPluginState'. Change-Id: Iff65d9c56f3c38119712b01cdd18ce77f52e7311
Diffstat (limited to 'res/xml')
-rw-r--r--res/xml/advanced_preferences.xml8
1 files changed, 0 insertions, 8 deletions
diff --git a/res/xml/advanced_preferences.xml b/res/xml/advanced_preferences.xml
index 333883a4..5b2c1690 100644
--- a/res/xml/advanced_preferences.xml
+++ b/res/xml/advanced_preferences.xml
@@ -46,14 +46,6 @@
android:defaultValue="false"
android:title="@string/pref_allow_apptabs" />
- <ListPreference
- android:key="plugin_state"
- android:title="@string/pref_content_plugins"
- android:defaultValue="ON"
- android:entries="@array/pref_content_plugins_choices"
- android:entryValues="@array/pref_content_plugins_values"
- android:dialogTitle="@string/pref_content_plugins" />
-
<PreferenceScreen
android:key="website_settings"
android:title="@string/pref_extras_website_settings"