re-enable network receiver
This commit is contained in:
parent
b34d971193
commit
6feb32cfa9
|
@ -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
|
||||
* BroadcastReciever in the Android manifest.
|
||||
*/
|
||||
/**
|
||||
|
||||
private final BroadcastReceiver mNetworkStateReceiver = new BroadcastReceiver() {
|
||||
@Override
|
||||
public void onReceive(Context context, Intent intent) {
|
||||
|
@ -2106,7 +2106,7 @@ public class TorService extends Service implements TorServiceConstants, TorConst
|
|||
}
|
||||
|
||||
}
|
||||
};*/
|
||||
};
|
||||
|
||||
private boolean processSettingsImpl () throws Exception
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue