VPN: remove the old VpnService. am: 6c500a4c5a
Original change: undetermined Change-Id: I96850e7f381d45f1dfef99cff9a074f0ee8acc76
This commit is contained in:
@@ -44,7 +44,6 @@ import android.net.NetworkUtils;
|
||||
import android.net.Proxy;
|
||||
import android.net.ProxyProperties;
|
||||
import android.net.RouteInfo;
|
||||
import android.net.vpn.VpnManager;
|
||||
import android.net.wifi.WifiStateTracker;
|
||||
import android.os.Binder;
|
||||
import android.os.FileUtils;
|
||||
@@ -496,11 +495,8 @@ public class ConnectivityService extends IConnectivityManager.Stub {
|
||||
mSettingsObserver.observe(mContext);
|
||||
|
||||
loadGlobalProxy();
|
||||
|
||||
VpnManager.startVpnService(context);
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Sets the preferred network.
|
||||
* @param preference the new preference
|
||||
|
||||
Reference in New Issue
Block a user