|
@@ -257,7 +257,7 @@ public class CharonVpnService extends VpnService implements Runnable, VpnStateSe
|
|
|
profile.setVpnType(VpnType.IKEV2_EAP);
|
|
|
profile.setName(server_name);
|
|
|
|
|
|
- startTrafficMonitoring();
|
|
|
+// startTrafficMonitoring();
|
|
|
|
|
|
UiModeManager uiModeManager = (UiModeManager) getApplicationContext().getSystemService(UI_MODE_SERVICE);
|
|
|
List<String> splitList = Arrays.asList("All apps use the VPN", "Only allow selected apps to use the vpn",
|