d.k.
d.k.

Reputation: 415

Per App VPN functionality in android below lollipop version

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

Answers (1)

sakiM
sakiM

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

Related Questions