I want to do a auto-connect VPN client on android. Or call it VPN fastswtich. what's this soft wile do , is an android desktop widgets ,when click it , turn on/off a vpn connection.
After some google , i found it will need root the device to use android's VPNServer,
How are existing VPN applications creating new profiles in Android 2.0 - 2.3?
Found that dev a new client to do the auto connect staff will very difficult, I changed my
mind to using system vpn settings "android.net.vpn.SETTINGS",
Now another problem come, how can i start vpn setting activity("android.net.vpn.SETTINGS") in background (or just let this activity invisible ) and send it a fake onclick event to start one vpn connection.
so this App will look like with one desktop click then start a vpn connection.