From 310d619acba5cd1f7c8a55aa7906ed4f1c011bd8 Mon Sep 17 00:00:00 2001 From: Chia-chi Yeh Date: Sun, 26 Jun 2011 19:17:14 -0700 Subject: Settings: revise VpnSettings. Make the style closer to other settings. Profiles are saved in KeyStore with optional account information. Not adapt to IConnectivityManager yet. Change-Id: I9d7a0c14b253a0b355499c5e558b0761fa24ea22 --- res/values/arrays.xml | 36 +++++++++++++++++++++++++++++++++++- 1 file changed, 35 insertions(+), 1 deletion(-) (limited to 'res/values/arrays.xml') diff --git a/res/values/arrays.xml b/res/values/arrays.xml index 3f2fc23..c0578fa 100644 --- a/res/values/arrays.xml +++ b/res/values/arrays.xml @@ -612,5 +612,39 @@ Use HDCP checking for DRM content only Always use HDCP checking - + + + + PPTP + L2TP/IPSec PSK + L2TP/IPSec RSA + IPSec Xauth PSK + IPSec Xauth RSA + IPSec Hybrid RSA + + + + + + PPTP VPN + L2TP/IPSec VPN with pre-shared keys + L2TP/IPSec VPN with certificates + IPSec VPN with pre-shared keys and Xauth authentication + IPSec VPN with certificates and Xauth authentication + IPSec VPN with certificates and hybrid authentication + + + + + + + Connecting\u2026 + + Connected + + Disconnected + + Failed + + -- cgit v1.1