Remove the code of legacy VPN from Settings
IKEv2 VPN options are now functional, so removing the code of legacy VPN. (i.e. PPTP, L2TP/IPSec PSK, L2TP/IPSec RSA, IPSec Xauth PSK, IPSec Xauth RSA, IPSec Hybrid RSA) Bug: 161776767 Test: Build pass, m Test: Flash and manual test Test: atest SettingsUnitTests:com.android.settings.vpn2 Change-Id: I7a017026adec2452254c78ef5e0ebf61ce1a9ecf
This commit is contained in:
@@ -6087,10 +6087,6 @@
|
||||
<string name="vpn_type">Type</string>
|
||||
<!-- Input label for the server address of a VPN profile. [CHAR LIMIT=40] -->
|
||||
<string name="vpn_server">Server address</string>
|
||||
<!-- Checkbox label to enable PPP encryption for a VPN profile. [CHAR LIMIT=40] -->
|
||||
<string name="vpn_mppe">PPP encryption (MPPE)</string>
|
||||
<!-- Input label for the L2TP secret of a VPN profile. [CHAR LIMIT=40] -->
|
||||
<string name="vpn_l2tp_secret">L2TP secret</string>
|
||||
<!-- Input label for the IPSec identifier of a VPN profile. [CHAR LIMIT=40] -->
|
||||
<string name="vpn_ipsec_identifier">IPSec identifier</string>
|
||||
<!-- Input label for the IPSec pre-shared key of a VPN profile. [CHAR LIMIT=40] -->
|
||||
@@ -6103,12 +6099,6 @@
|
||||
<string name="vpn_ipsec_server_cert">IPSec server certificate</string>
|
||||
<!-- Checkbox label to show advanced options of a VPN profile. [CHAR LIMIT=40] -->
|
||||
<string name="vpn_show_options">Show advanced options</string>
|
||||
<!-- Input label for the DNS search domains of a VPN profile. [CHAR LIMIT=40] -->
|
||||
<string name="vpn_search_domains">DNS search domains</string>
|
||||
<!-- Input label for the DNS servers of a VPN profile. [CHAR LIMIT=40] -->
|
||||
<string name="vpn_dns_servers">DNS servers (e.g. 8.8.8.8)</string>
|
||||
<!-- Input label for the forwarding routes of a VPN profile. [CHAR LIMIT=40] -->
|
||||
<string name="vpn_routes">Forwarding routes (e.g. 10.0.0.0/8)</string>
|
||||
<!-- Input label for the username of a VPN profile. [CHAR LIMIT=40] -->
|
||||
<string name="vpn_username">Username</string>
|
||||
<!-- Input label for the password of a VPN profile. [CHAR LIMIT=40] -->
|
||||
@@ -6121,22 +6111,6 @@
|
||||
<string name="vpn_no_ca_cert">(don\u2019t verify server)</string>
|
||||
<!-- Option to use the server certificate received from the VPN server. [CHAR LIMIT=40] -->
|
||||
<string name="vpn_no_server_cert">(received from server)</string>
|
||||
<!-- Error message displayed below the always-on VPN checkbox when the checkbox is disabled:
|
||||
the selected VPN type doesn't support always-on. [CHAR LIMIT=120] -->
|
||||
<string name="vpn_always_on_invalid_reason_type">This VPN type can\'t stay connected at all
|
||||
times</string>
|
||||
<!-- Error message displayed below the always-on VPN checkbox when the checkbox is disabled:
|
||||
the server address is not in numeric form (e.g. 8.8.8.8). [CHAR LIMIT=120] -->
|
||||
<string name="vpn_always_on_invalid_reason_server">Always-on VPN only supports numeric server
|
||||
addresses</string>
|
||||
<!-- Error message displayed below the always-on VPN checkbox when the checkbox is disabled:
|
||||
no DNS is found. [CHAR LIMIT=120] -->
|
||||
<string name="vpn_always_on_invalid_reason_no_dns">A DNS server must be specified for always-on
|
||||
VPN</string>
|
||||
<!-- Error message displayed below the always-on VPN checkbox when the checkbox is disabled:
|
||||
DNS server addresses are not in numeric form (e.g. 8.8.8.8). [CHAR LIMIT=120] -->
|
||||
<string name="vpn_always_on_invalid_reason_dns">DNS server addresses must be numeric for
|
||||
always-on VPN</string>
|
||||
<!-- Error message displayed below the always-on VPN checkbox when the checkbox is disabled:
|
||||
generic error. [CHAR LIMIT=120] -->
|
||||
<string name="vpn_always_on_invalid_reason_other">The information entered doesn\'t support
|
||||
|
||||
Reference in New Issue
Block a user