Merge "Clear VPN after Clear credentials if VPN is being established" am: 4ce19f5c4f am: fde3c6d74a

am: 185275e0ad

Change-Id: If1956964597ad1885dde00f23c55a4492f867977
This commit is contained in:
Robin Lee
2017-01-19 23:31:21 +00:00
committed by android-build-merger
4 changed files with 39 additions and 3 deletions

View File

@@ -5370,6 +5370,8 @@
<!-- Toast message when there is no network connection to start VPN. [CHAR LIMIT=100] -->
<string name="vpn_no_network">There is no network connection. Please try again later.</string>
<!-- Toast message when VPN has disconnected automatically due to Clear credentials. [CHAR LIMIT=NONE] -->
<string name="vpn_disconnected">Disconnected from VPN</string>
<!-- Toast message when a certificate is missing. [CHAR LIMIT=100] -->
<string name="vpn_missing_cert">A certificate is missing. Please edit the profile.</string>