What steps will reproduce the problem?
1. connect openvpn, other socket will disconnect.
What is the expected output? What do you see instead?
What mobile phone are you using?
Nexus 7, Acer A1 810
Which Android Version and stock ROM or aftermarket like cyanogenmod?
4.4
Please provide any additional information below.
Can add one function on AIDL?
ex.
void protect(int fd);
and implement
@Override
public void protect(int fd) throws RemoteException
{
checkOpenVPNPermission();
mService.protect(fd);
}
because other socket reroute to openvpn...
Original issue reported on code.google.com by easonwu...@gmail.com on 26 Nov 2014 at 3:30
Original issue reported on code.google.com by
easonwu...@gmail.com
on 26 Nov 2014 at 3:30