re-enable network receiver

This commit is contained in:
Nathan Freitas 2014-12-01 11:03:56 -05:00
parent b34d971193
commit 6feb32cfa9
1 changed files with 2 additions and 2 deletions

View File

@ -2047,7 +2047,7 @@ public class TorService extends Service implements TorServiceConstants, TorConst
* Another way to do this would be to use the Observer pattern by defining the * Another way to do this would be to use the Observer pattern by defining the
* BroadcastReciever in the Android manifest. * BroadcastReciever in the Android manifest.
*/ */
/**
private final BroadcastReceiver mNetworkStateReceiver = new BroadcastReceiver() { private final BroadcastReceiver mNetworkStateReceiver = new BroadcastReceiver() {
@Override @Override
public void onReceive(Context context, Intent intent) { public void onReceive(Context context, Intent intent) {
@ -2106,7 +2106,7 @@ public class TorService extends Service implements TorServiceConstants, TorConst
} }
} }
};*/ };
private boolean processSettingsImpl () throws Exception private boolean processSettingsImpl () throws Exception
{ {