diff options
| -rw-r--r-- | core/java/android/provider/Settings.java | 7 | 
1 files changed, 0 insertions, 7 deletions
| diff --git a/core/java/android/provider/Settings.java b/core/java/android/provider/Settings.java index 1ea520d109f2..88c3897434d6 100644 --- a/core/java/android/provider/Settings.java +++ b/core/java/android/provider/Settings.java @@ -4588,13 +4588,6 @@ public final class Settings {          public static final String ANR_SHOW_BACKGROUND = "anr_show_background";          /** -         * (Experimental). If nonzero, WebView uses data reduction proxy to save network -         * bandwidth. Otherwise, WebView does not use data reduction proxy. -         * @hide -         */ -        public static final String WEBVIEW_DATA_REDUCTION_PROXY = "webview_data_reduction_proxy"; - -        /**           * The {@link ComponentName} string of the service to be used as the voice recognition           * service.           * |