summaryrefslogtreecommitdiff
path: root/res/values/strings.xml
diff options
context:
space:
mode:
authorArne Schwabe <arne@rfc2549.org>2013-08-14 14:46:00 +0200
committerArne Schwabe <arne@rfc2549.org>2013-08-14 14:46:00 +0200
commitd4df5164c15493a8a2696c245c119c398ee4c492 (patch)
treedb15f48ba44c316540b30902a48f2702a4eda410 /res/values/strings.xml
parent44be79efab27fe17eba2833d8278f8b63ba25992 (diff)
Add FAQ for Android 4.3
Diffstat (limited to 'res/values/strings.xml')
-rwxr-xr-xres/values/strings.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 963050bb..56017cd8 100755
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -292,5 +292,6 @@
<string name="allow_vpn_changes">Allow changes to VPN Profiles</string>
<string name="hwkeychain">Hardware Keystore:</string>
<string name="permission_icon_app">Icon of app trying to use OpenVPN for Android</string>
-
-</resources> \ No newline at end of file
+ <string name="faq_vpndialog43">"Starting with Android 4.3 the VPN confirmation is guarded against \"overlaying apps\". If you have an app that uses overlays it may cause this behaviour. If you find an offending app contact the author of the app. This problem affect all VPN applications on Android 4.3 and later. See also &lt;a href=\"http://code.google.com/p/ics-openvpn/issues/detail?id=185\">Issue 185&lt;a> for additional details"</string>
+ <string name="faq_vpndialog43_title">Vpn Confirm Dialog on Android 4.3 and later</string>
+</resources>