[android-developers] VPN on android

2011-11-22 Thread chander
Hi all, I have to setup VPN client and server on android,what are the steps to create this in my source code. please tell me the procedure so that i can develop my own client and server to communicate through VPN. thanks Chandra -- You received this message because you are subscribed to the

Re: [android-developers] VPN on android

2011-11-22 Thread Mark Murphy
AFAIK, there are no APIs for you to configure a VPN programmatically. While there is VpnService added to API Level 14 (Ice Cream Sandwich), it appears to be more to allow you to define new types of VPN connections, not to actually create the connection yourself (User action is required to create a

Re: [android-developers] VPN on android

2011-11-22 Thread Saurabh
Thanx dear, I want to alk with you ragarding this topic But no w i m in ahmedabad. I will be back in 10-12 days. Bye Have a nice day On Tue, Nov 22, 2011 at 4:12 PM, chander mohan.c...@gmail.com wrote: Hi all, I have to setup VPN client and server on android,what are the steps to create