diff options
author | Victoria Lease <violets@google.com> | 2012-03-23 14:19:56 -0700 |
---|---|---|
committer | Victoria Lease <violets@google.com> | 2012-03-30 11:36:09 -0700 |
commit | 96497838babbaeb143b0fbc7d0de9c695e56e9f7 (patch) | |
tree | 62cab1448ea8b043fb82afab5e9086d0bafe5900 /res/xml | |
parent | 018c4c2e28e147fe505375601bd6432a19474ab8 (diff) | |
download | packages_apps_Browser-96497838babbaeb143b0fbc7d0de9c695e56e9f7.zip packages_apps_Browser-96497838babbaeb143b0fbc7d0de9c695e56e9f7.tar.gz packages_apps_Browser-96497838babbaeb143b0fbc7d0de9c695e56e9f7.tar.bz2 |
pref for html5 prefetch bandwidth management
Bug: 5218987
Change-Id: Ifeb9a1b3d71ac83b8ad94a8f31ed324ebd5d0fe7
Diffstat (limited to 'res/xml')
-rw-r--r-- | res/xml/bandwidth_preferences.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/res/xml/bandwidth_preferences.xml b/res/xml/bandwidth_preferences.xml index bb1688e..9946b48 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" |