summaryrefslogtreecommitdiffstats
path: root/res/xml/development_prefs.xml
diff options
context:
space:
mode:
authorMichael Bestas <mikeioannina@gmail.com>2014-11-24 01:52:38 +0200
committerMichael Bestas <mikeioannina@gmail.com>2015-03-20 21:54:49 +0200
commit4566fc2e814bd5c77af163109aa3831f39118d35 (patch)
treee6fe2294170b539ba49a9c600d6696d8d84a4739 /res/xml/development_prefs.xml
parentcfad6fc1ff4cc23582d8d1a6cb8371ea32c82544 (diff)
downloadpackages_apps_Settings-4566fc2e814bd5c77af163109aa3831f39118d35.zip
packages_apps_Settings-4566fc2e814bd5c77af163109aa3831f39118d35.tar.gz
packages_apps_Settings-4566fc2e814bd5c77af163109aa3831f39118d35.tar.bz2
Settings: Fix wifi developer options summaries
Change-Id: I85688d59685d3a0b0a48e51581eee77ebc7cd2fa
Diffstat (limited to 'res/xml/development_prefs.xml')
-rw-r--r--res/xml/development_prefs.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/res/xml/development_prefs.xml b/res/xml/development_prefs.xml
index f31d556..f957dc5 100644
--- a/res/xml/development_prefs.xml
+++ b/res/xml/development_prefs.xml
@@ -110,17 +110,17 @@
<SwitchPreference
android:key="wifi_verbose_logging"
- android:title="@string/wifi_verbose_logging" />
+ android:title="@string/wifi_verbose_logging"
android:summary="@string/wifi_verbose_logging_summary"/>
<SwitchPreference
android:key="wifi_aggressive_handover"
- android:title="@string/wifi_aggressive_handover" />
+ android:title="@string/wifi_aggressive_handover"
android:summary="@string/wifi_aggressive_handover_summary"/>
- <SwitchPreference
+ <SwitchPreference
android:key="wifi_allow_scan_with_traffic"
- android:title="@string/wifi_allow_scan_with_traffic" />
+ android:title="@string/wifi_allow_scan_with_traffic"
android:summary="@string/wifi_allow_scan_with_traffic_summary"/>
<ListPreference