Show an error message if VPN is not supported

Some devices have Android 4 installed but the system images still seem to
lack the components that are required for VPN support. One such
component is the dialog used to grant permission to create .
This commit is contained in:
Tobias Brunner
2012-08-15 11:19:43 +02:00
parent c8d0c3b03d
commit 8df118f733
3 changed files with 61 additions and 1 deletions
@@ -23,6 +23,8 @@
<string name="reload_trusted_certs">CA-Zertifikate neu laden</string>
<string name="show_log">Log anzeigen</string>
<string name="search">Suchen</string>
<string name="vpn_not_supported_title">VPN nicht unterstützt</string>
<string name="vpn_not_supported">Ihr Gerät unterstützt keine VPN Anwendungen.\nBitte kontaktieren Sie den Hersteller.</string>
<!-- Log view -->
<string name="log_title">Log</string>
@@ -23,6 +23,8 @@
<string name="reload_trusted_certs">Reload CA certificates</string>
<string name="show_log">View log</string>
<string name="search">Search</string>
<string name="vpn_not_supported_title">VPN not supported</string>
<string name="vpn_not_supported">Your device does not support VPN applications.\nPlease contact the manufacturer.</string>
<!-- Log view -->
<string name="log_title">Log</string>