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

Commit e080c01b authored by Koushik Dutta's avatar Koushik Dutta
Browse files

fix build

Change-Id: I7394b9f97c82d27fe65e010ef8cfb990ff466b75
parent 096ab5eb
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -105,6 +105,7 @@ final public class Proxy {
     *         name it returns the default host. A null value means that no
     *         host is to be used.
     * WIFI addition by Revoked test
     * @hide
     */
    static final public String getWifiHost(Context ctx) {
        ContentResolver contentResolver = ctx.getContentResolver();
@@ -130,6 +131,7 @@ final public class Proxy {
     * @param ctx A Context used to get the settings for the proxy port.
     * @return The port number to use or -1 if no proxy is to be used.
     * WIFI addition by Revoked test
     * @hide
     */
    static final public int getWifiPort(Context ctx) {
        ContentResolver contentResolver = ctx.getContentResolver();
+1 −0
Original line number Diff line number Diff line
@@ -2861,6 +2861,7 @@ public final class Settings {
        public static final String HTTP_PROXY_WIFI_ON = "http_proxy_wifi_on";
	/**
	 * Initialise necessary variables for wifi proxy support.
     * @hide
	 */
	public static final String HTTP_PROXY_WIFI = "http_proxy_wifi";