summaryrefslogtreecommitdiffstats
path: root/res/xml/development_prefs.xml
diff options
context:
space:
mode:
authorvandwalle <vandwalle@google.com>2014-06-18 19:01:13 -0700
committervandwalle <vandwalle@google.com>2014-06-18 20:26:08 -0700
commit5e7b3ad09f28f0ef083b6f10cf17f26a39735deb (patch)
tree2bbc1c2098a50f4cc1bd4482fa54742b0dc20527 /res/xml/development_prefs.xml
parent83234b644befb9cc1a33fe2fd480b842312539a8 (diff)
downloadpackages_apps_Settings-5e7b3ad09f28f0ef083b6f10cf17f26a39735deb.zip
packages_apps_Settings-5e7b3ad09f28f0ef083b6f10cf17f26a39735deb.tar.gz
packages_apps_Settings-5e7b3ad09f28f0ef083b6f10cf17f26a39735deb.tar.bz2
add setting to control wifi handover
Change-Id: I85a8c8d501238a8115713ca7b018cdac6d0af95a
Diffstat (limited to 'res/xml/development_prefs.xml')
-rw-r--r--res/xml/development_prefs.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/res/xml/development_prefs.xml b/res/xml/development_prefs.xml
index 98397bf..f30cd07 100644
--- a/res/xml/development_prefs.xml
+++ b/res/xml/development_prefs.xml
@@ -111,6 +111,16 @@
android:title="@string/wifi_verbose_logging" />
android:summary="@string/wifi_verbose_logging_summary"/>
+ <CheckBoxPreference
+ android:key="wifi_aggressive_handover"
+ android:title="@string/wifi_aggressive_handover" />
+ android:summary="@string/wifi_aggressive_handover_summary"/>
+
+ <CheckBoxPreference
+ android:key="wifi_allow_scan_with_traffic"
+ android:title="@string/wifi_allow_scan_with_traffic" />
+ android:summary="@string/wifi_allow_scan_with_traffic_summary"/>
+
<ListPreference
android:key="select_logd_size"
android:title="@string/select_logd_size_title"