Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 178201f7 authored by Selim Gurun's avatar Selim Gurun
Browse files

Add a setting for data reduction proxy key

Bug: 12492817
Change-Id: I15c42d631f6ba9ab4dcce38e96f0486efaf3d22f
parent e78e6f92
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -2889,6 +2889,7 @@ public final class Settings {
            MOVED_TO_GLOBAL.add(Settings.Global.SET_GLOBAL_HTTP_PROXY);
            MOVED_TO_GLOBAL.add(Settings.Global.DEFAULT_DNS_SERVER);
            MOVED_TO_GLOBAL.add(Settings.Global.PREFERRED_NETWORK_MODE);
            MOVED_TO_GLOBAL.add(Settings.Global.WEBVIEW_DATA_REDUCTION_PROXY_KEY);
        }

        /** @hide */
@@ -5319,6 +5320,13 @@ public final class Settings {
        */
       public static final String USE_GOOGLE_MAIL = "use_google_mail";

        /**
         * Webview Data reduction proxy key.
         * @hide
         */
        public static final String WEBVIEW_DATA_REDUCTION_PROXY_KEY =
                "webview_data_reduction_proxy_key";

       /**
        * Whether Wifi display is enabled/disabled
        * 0=disabled. 1=enabled.