I am developing the application in which I want to use VPN network. to create VPN network in device we need to configure it from (settings-wireless and network-VPN settings) men
It is possible using internal android.jar(com.android.internal) and hidden(@hide) API. Refer the below link:
How to programmatically create a new VPN interface with Android 4.0?