Add IKEv2/IPsec VPN options

This change adds the relevant (English) strings for the IKEv2/IPsec
VPNs.

Bug: 143486740
Test: Compiles, new strings visible
Change-Id: I9b1914c80b453bab951a8eddc55546d0746fba91
This commit is contained in:
Benedict Wong
2019-10-28 14:56:54 -07:00
parent ada1f6b10b
commit 50eec3d408

View File

@@ -909,6 +909,9 @@
<item>IPSec Xauth PSK</item>
<item>IPSec Xauth RSA</item>
<item>IPSec Hybrid RSA</item>
<item>IKEv2/IPSec MSCHAPv2</item>
<item>IKEv2/IPSec PSK</item>
<item>IKEv2/IPSec RSA</item>
</string-array>
<!-- Match this with the constants in VpnProfile. --> <skip />
@@ -920,6 +923,9 @@
<item>IPSec VPN with pre-shared keys and Xauth authentication</item>
<item>IPSec VPN with certificates and Xauth authentication</item>
<item>IPSec VPN with certificates and hybrid authentication</item>
<item>IKEv2/IPSec VPN with certificates and username/password authentication</item>
<item>IKEv2/IPSec VPN with pre-shared keys</item>
<item>IKEv2/IPSec VPN with certificates</item>
</string-array>
<!-- VPN proxy settings. -->