Reputation: 415
I want to allow some specific applications(by default all) to pass through vpn.
It is a default API in lollipop
version but I want to implement in below lollipop version.
How can i implement this? Please help me if someone has any idea.
Upvotes: 3
Views: 1950
Reputation: 4932
you could have a look at shadowsocks-android , it provides a feature you described: VPN works on global or specific apps.
although this project mainly use Scala, there are similar name apis on Android.
may it help.
Upvotes: 1