Add toggle setting for Tor plugin.

This commit is contained in:
akwizgran
2020-06-26 17:34:36 +01:00
parent 4f54bd90fb
commit 63e3c661a3
6 changed files with 66 additions and 18 deletions
@@ -13,6 +13,7 @@ public interface TorConstants {
int CONNECT_TO_PROXY_TIMEOUT = 5000; // Milliseconds
int EXTRA_SOCKET_TIMEOUT = 30000; // Milliseconds
String PREF_TOR_ENABLE = "enable";
String PREF_TOR_NETWORK = "network2";
String PREF_TOR_PORT = "port";
String PREF_TOR_MOBILE = "useMobileData";