diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/com/android/settings/DevelopmentSettings.java | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/com/android/settings/DevelopmentSettings.java b/src/com/android/settings/DevelopmentSettings.java index 7b12e6f..11dc3c6 100644 --- a/src/com/android/settings/DevelopmentSettings.java +++ b/src/com/android/settings/DevelopmentSettings.java @@ -369,12 +369,6 @@ public class DevelopmentSettings extends SettingsPreferenceFragment mAllPrefs.add(mProcessStats); mWebViewDataReductionProxy = findAndInitCheckboxPref(WEBVIEW_DATA_REDUCTION_PROXY_KEY); - String key = Settings.Global.getString(getActivity().getContentResolver(), - Settings.Global.WEBVIEW_DATA_REDUCTION_PROXY_KEY); - // Disable the selection if the key is not available for some reason. - if (key == null || key.isEmpty()) { - disableForUser(mWebViewDataReductionProxy); - } } private ListPreference addListPreference(String prefKey) { |