summaryrefslogtreecommitdiffstats
path: root/res/xml
diff options
context:
space:
mode:
authorKulanthaivel Palanichamy <kulanthaivel@codeaurora.org>2015-04-08 16:11:06 -0700
committerWebTech Code Review <code-review@localhost>2015-05-22 11:37:43 -0700
commitf36e1dbcb66431061143690721565a9a389b1f5d (patch)
treeb1319d5742c8156873cabf15f3fa289ddf2cae34 /res/xml
parent0e3b299cb1dc266df5941c94793a93275aad1bec (diff)
downloadandroid_packages_apps_Gello-f36e1dbcb66431061143690721565a9a389b1f5d.tar.gz
android_packages_apps_Gello-f36e1dbcb66431061143690721565a9a389b1f5d.tar.bz2
android_packages_apps_Gello-f36e1dbcb66431061143690721565a9a389b1f5d.zip
SWE WebRefiner integration
Change-Id: I85bcb0e75b3942affa2cb1fe0d07b005a8560ad6
Diffstat (limited to 'res/xml')
-rw-r--r--res/xml/general_preferences.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/res/xml/general_preferences.xml b/res/xml/general_preferences.xml
index 8f5817f1..662ef308 100644
--- a/res/xml/general_preferences.xml
+++ b/res/xml/general_preferences.xml
@@ -48,6 +48,12 @@
android:summary="@string/pref_autofill_enabled_summary"
android:defaultValue="true" />
+ <CheckBoxPreference
+ android:key="web_refiner_enabled"
+ android:title="@string/pref_web_refiner_enabled"
+ android:summary="@string/pref_web_refiner_enabled_summary"
+ android:defaultValue="true" />
+
<PreferenceScreen
android:key="autofill_profile"
android:title="@string/pref_autofill_profile_editor"