summaryrefslogtreecommitdiffstats
path: root/res/xml
diff options
context:
space:
mode:
authorMathew Inwood <mathewi@google.com>2011-09-07 14:24:06 +0100
committerMathew Inwood <mathewi@google.com>2011-09-07 14:24:06 +0100
commit7590598c87d7e910df6567c377192e93c0e2f771 (patch)
tree8f27124d5fabab8c6eccd1cdc05931c903ecca8e /res/xml
parente64e369aa762f03ed22b408c3b4936a3b3c83dc2 (diff)
downloadpackages_apps_Browser-7590598c87d7e910df6567c377192e93c0e2f771.zip
packages_apps_Browser-7590598c87d7e910df6567c377192e93c0e2f771.tar.gz
packages_apps_Browser-7590598c87d7e910df6567c377192e93c0e2f771.tar.bz2
Change default preload setting to 'Always'.
Also some tidying up to that the default is only specified in a single place. Change-Id: I6d66739a8b0d307f8af3c29c62d122a3044c4943
Diffstat (limited to 'res/xml')
-rw-r--r--res/xml/bandwidth_preferences.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/xml/bandwidth_preferences.xml b/res/xml/bandwidth_preferences.xml
index 8a31304..f294026 100644
--- a/res/xml/bandwidth_preferences.xml
+++ b/res/xml/bandwidth_preferences.xml
@@ -20,7 +20,7 @@
android:key="preload_when"
android:title="@string/pref_data_preload_title"
android:summary="@string/pref_data_preload_summary"
- android:defaultValue="@string/pref_data_preload_value_wifi_only"
+ android:defaultValue="@string/pref_data_preload_default_value"
android:entries="@array/pref_data_preload_choices"
android:entryValues="@array/pref_data_preload_values"
android:dialogTitle="@string/pref_data_preload_dialogtitle" />