protected XMPPFileTransfer(Context context) { mSettings = Settings.getInstance(context); mContext = context; mWifiManager = (WifiManager) context.getSystemService(Context.WIFI_SERVICE); mProxy = Socks5Proxy.getSocks5Proxy(); }