summaryrefslogtreecommitdiff
path: root/packages/services
diff options
context:
space:
mode:
Diffstat (limited to 'packages/services')
-rw-r--r--packages/services/Proxy/src/com/android/proxyhandler/ProxyService.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/packages/services/Proxy/src/com/android/proxyhandler/ProxyService.java b/packages/services/Proxy/src/com/android/proxyhandler/ProxyService.java
index cbea1881ac05..970fdc727ded 100644
--- a/packages/services/Proxy/src/com/android/proxyhandler/ProxyService.java
+++ b/packages/services/Proxy/src/com/android/proxyhandler/ProxyService.java
@@ -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