OSDN Git Service

Always-on VPN.
authorJeff Sharkey <jsharkey@android.com>
Sat, 25 Aug 2012 07:06:08 +0000 (00:06 -0700)
committerJeff Sharkey <jsharkey@android.com>
Mon, 27 Aug 2012 00:01:46 +0000 (17:01 -0700)
commit9fd7ac1ec7c0c3984f225a237bd6e3dbafc7f831
treee61e0abed374c4676caecb819f4d531ad25091ff
parent5e61ba5576d912c42af004510484a77625a96d44
Always-on VPN.

Adds support for always-on VPN profiles. Users pick an always-on VPN
from list of existing VPN profiles, which must use an IP address for
both VPN server and DNS.  Moved "add" operation into action bar.

Bug: 5756357
Change-Id: I4c7ed7f2a3b027be1baf65c08213336a61f3acfe
res/layout/vpn_lockdown_editor.xml [new file with mode: 0644]
res/menu/vpn.xml [new file with mode: 0644]
res/values/strings.xml
res/xml/vpn_settings2.xml
src/com/android/settings/Settings.java
src/com/android/settings/vpn2/VpnSettings.java