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
|
* 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
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue