summaryrefslogtreecommitdiffstats
path: root/res/xml
diff options
context:
space:
mode:
authorThe Android Open Source Project <initial-contribution@android.com>2009-01-15 16:12:13 -0800
committerThe Android Open Source Project <initial-contribution@android.com>2009-01-15 16:12:13 -0800
commit1152aff9d0767e528aa4a40cc8acb51b9c21d2e7 (patch)
treeb15c0910b7737aeb90a6b3f11d33d1877285032d /res/xml
parent5962e18d0e5741511e78102a3746828b05f9f9ea (diff)
downloadpackages_apps_Settings-1152aff9d0767e528aa4a40cc8acb51b9c21d2e7.tar.gz
packages_apps_Settings-1152aff9d0767e528aa4a40cc8acb51b9c21d2e7.tar.bz2
packages_apps_Settings-1152aff9d0767e528aa4a40cc8acb51b9c21d2e7.zip
auto import from //branches/cupcake/...@126645
Diffstat (limited to 'res/xml')
-rw-r--r--res/xml/wifi_advanced_settings.xml (renamed from res/xml/ip_settings.xml)9
1 files changed, 9 insertions, 0 deletions
diff --git a/res/xml/ip_settings.xml b/res/xml/wifi_advanced_settings.xml
index e5a2b95c3..b3ce46919 100644
--- a/res/xml/ip_settings.xml
+++ b/res/xml/wifi_advanced_settings.xml
@@ -27,6 +27,15 @@
android:persistent="false"
/>
+ <ListPreference
+ android:key="sleep_policy"
+ android:title="@string/wifi_setting_sleep_policy_title"
+ android:summary="@string/wifi_setting_sleep_policy_summary"
+ android:persistent="false"
+ android:entries="@array/wifi_sleep_policy_entries"
+ android:entryValues="@array/wifi_sleep_policy_values"
+ />
+
<Preference android:key="mac_address"
style="?android:attr/preferenceInformationStyle"
android:title="@string/wifi_advanced_mac_address_title"