Speedify SDK for Android  14.7.0
Disable Always-On Support

The Speedify SDK supports being an Always-on VPN in Android by default. To disable this, override the vpn_supports_always_on boolean resource to false in your apk.

resource.xml

<?xml version="1.0" encoding="utf-8"?>
<resources>
<bool name="vpn_supports_always_on">false</bool>
</resources>