summaryrefslogtreecommitdiffstats
path: root/res/xml
diff options
context:
space:
mode:
authorVictoria Lease <violets@google.com>2012-03-23 14:19:56 -0700
committerVictoria Lease <violets@google.com>2012-03-30 11:36:09 -0700
commit96497838babbaeb143b0fbc7d0de9c695e56e9f7 (patch)
tree62cab1448ea8b043fb82afab5e9086d0bafe5900 /res/xml
parent018c4c2e28e147fe505375601bd6432a19474ab8 (diff)
downloadandroid_packages_apps_Gello-96497838babbaeb143b0fbc7d0de9c695e56e9f7.tar.gz
android_packages_apps_Gello-96497838babbaeb143b0fbc7d0de9c695e56e9f7.tar.bz2
android_packages_apps_Gello-96497838babbaeb143b0fbc7d0de9c695e56e9f7.zip
pref for html5 prefetch bandwidth management
Bug: 5218987 Change-Id: Ifeb9a1b3d71ac83b8ad94a8f31ed324ebd5d0fe7
Diffstat (limited to 'res/xml')
-rw-r--r--res/xml/bandwidth_preferences.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/res/xml/bandwidth_preferences.xml b/res/xml/bandwidth_preferences.xml
index bb1688e9..9946b48d 100644
--- a/res/xml/bandwidth_preferences.xml
+++ b/res/xml/bandwidth_preferences.xml
@@ -24,6 +24,14 @@
android:entryValues="@array/pref_data_preload_values"
android:dialogTitle="@string/pref_data_preload_dialogtitle" />
+ <ListPreference
+ android:key="link_prefetch_when"
+ android:title="@string/pref_link_prefetch_title"
+ android:summary="@string/pref_link_prefetch_summary"
+ android:entries="@array/pref_link_prefetch_choices"
+ android:entryValues="@array/pref_link_prefetch_values"
+ android:dialogTitle="@string/pref_link_prefetch_dialogtitle" />
+
<CheckBoxPreference
android:key="load_images"
android:defaultValue="true"