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

Commit 4455f54b authored by Selim Gurun's avatar Selim Gurun Committed by Android (Google) Code Review
Browse files

Merge "Add a setting for data reduction proxy key"

parents 20f98b05 178201f7
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -2900,6 +2900,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 */
@@ -5330,6 +5331,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.