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

Commit ae392155 authored by Jason Monk's avatar Jason Monk
Browse files

Remove unused constant and associated STOPSHIP

Bug: 10459877
Change-Id: Ic8a6632176a9417af246709c940f658639e42317
parent 17d96868
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -33,8 +33,6 @@ public class ProxyService extends Service {
    /** Keep these values up-to-date with PacManager.java */
    public static final String KEY_PROXY = "keyProxy";
    public static final String HOST = "localhost";
    // STOPSHIP This being a static port means it can be hijacked by other apps.
    public static final int PORT = 8182;
    public static final String EXCL_LIST = "";

    @Override