summaryrefslogtreecommitdiffstats
path: root/res/xml
diff options
context:
space:
mode:
authorTorne (Richard Coles) <torne@google.com>2013-10-14 17:35:43 +0100
committerTorne (Richard Coles) <torne@google.com>2013-10-14 17:35:43 +0100
commit0bf324c628937a95570d06a1aebda4f8cd9e081e (patch)
treec7d045a339fa0528e602aa270899b83c8f78aa63 /res/xml
parent37473121937ad62b616e849e21954cf39583e465 (diff)
downloadpackages_apps_Settings-0bf324c628937a95570d06a1aebda4f8cd9e081e.tar.gz
packages_apps_Settings-0bf324c628937a95570d06a1aebda4f8cd9e081e.tar.bz2
packages_apps_Settings-0bf324c628937a95570d06a1aebda4f8cd9e081e.zip
Remove experimental WebView setting.
The experimental WebView is no longer experimental; remove the setting from the settings app. Bug: 10427705 Change-Id: Iaad17b132f21cad3d32ee5800a9274863962cc87
Diffstat (limited to 'res/xml')
-rw-r--r--res/xml/development_prefs.xml5
1 files changed, 0 insertions, 5 deletions
diff --git a/res/xml/development_prefs.xml b/res/xml/development_prefs.xml
index e8dbc03eb..5989c9046 100644
--- a/res/xml/development_prefs.xml
+++ b/res/xml/development_prefs.xml
@@ -263,11 +263,6 @@
android:title="@string/show_all_anrs"
android:summary="@string/show_all_anrs_summary"/>
- <CheckBoxPreference
- android:key="experimental_webview"
- android:title="@string/experimental_webview"
- android:summary="@string/experimental_webview_summary"/>
-
</PreferenceCategory>
</PreferenceScreen>