I\'d like to know whether it\'s possible to create a VPN interface programmatically with the new VPN APIs in Android 4.0. I\'ve looked through http://developer.android.com/r
Yes, there is a way. Use AndroidVpnService, it helps you create VPN interface on the device, there exist methods to configure that programmatically.