issues
search
UWNetworksLab
/
cordova-plugin-tun2socks
Cordova plugin to enable a system-wide VPN for Android devices.
Apache License 2.0
51
stars
25
forks
source link
Bypass VPN by calling addDisallowedApplication API
#9
Closed
alalamav
closed
8 years ago
alalamav
commented
8 years ago
Removes the dependency on NetworkManager, which detects network changes to bind the process to the active one.
By not calling
bindProcessToNetwork
, we relax the minimum supported version from API 23 (Marshmallow) to API 21 (Lollipop).
This change is
bemasc
commented
8 years ago
:+1:
bindProcessToNetwork
, we relax the minimum supported version from API 23 (Marshmallow) to API 21 (Lollipop).This change is