diff options
author | Mathew Inwood <mathewi@google.com> | 2011-10-04 14:52:52 +0100 |
---|---|---|
committer | Mathew Inwood <mathewi@google.com> | 2011-10-05 11:40:28 +0100 |
commit | 825fba7eb4dae7911f84d8a48a662c4cd6a4db1f (patch) | |
tree | 4e674c98d27261e783ec11010f66888754ee9c41 /res/xml | |
parent | 5e65609a9f4e1eda54167ec911206365ff7fde6c (diff) | |
download | packages_apps_Browser-825fba7eb4dae7911f84d8a48a662c4cd6a4db1f.zip packages_apps_Browser-825fba7eb4dae7911f84d8a48a662c4cd6a4db1f.tar.gz packages_apps_Browser-825fba7eb4dae7911f84d8a48a662c4cd6a4db1f.tar.bz2 |
Allow default preload setting to be configured via Gservices.
We now load the default value from a secure setting. To over-ride it, set
Gservices key secure:browser_default_preload_setting to the appropriate
value.
The Gservices default value will only be used if the user has never opened
the 'Bandwidth management' tab in the browswer settings. Once that tab has
been opened, even if the user did not change the setting, the value will be
persisted in the browser and the default will be ignored.
Bug: 5346028
Change-Id: If3b14485dc8bc46e7ed72c49eb5cf3c474893fe3
Diffstat (limited to 'res/xml')
-rw-r--r-- | res/xml/bandwidth_preferences.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/res/xml/bandwidth_preferences.xml b/res/xml/bandwidth_preferences.xml index f294026..bb1688e 100644 --- a/res/xml/bandwidth_preferences.xml +++ b/res/xml/bandwidth_preferences.xml @@ -20,7 +20,6 @@ android:key="preload_when" android:title="@string/pref_data_preload_title" android:summary="@string/pref_data_preload_summary" - 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" /> |