summaryrefslogtreecommitdiff
path: root/res/values
diff options
context:
space:
mode:
authorArne Schwabe <arne@rfc2549.org>2012-08-21 00:03:00 +0200
committerArne Schwabe <arne@rfc2549.org>2012-08-21 00:03:00 +0200
commitc511a77d584b728ca52789bae8d1c16412d49e46 (patch)
treedcf2e1858e570f032c7cfab8171f172a1fef2876 /res/values
parent6187dadac0040737c2554942a0f3686972aa786d (diff)
Add FAQ Entry for the duplicate notifications
Diffstat (limited to 'res/values')
-rw-r--r--res/values/strings.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 6d1042a5..f03ee660 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -249,4 +249,6 @@
<string name="restart_vpn_after_change">Configuration changes are applied after restarting the VPN. (Re)start the VPN now?</string>
<string name="configuration_changed">Configuration changed</string>
<string name="log_no_last_vpn">Could not determine last connected profile for editing</string>
+ <string name="faq_duplicate_notification_title">Duplicate notifications</string>
+ <string name="faq_duplicate_notification">If Android is under system memory (RAM) pressure app and service which are not needed at the moment are removed from active memory. This terminates an ongoing VPN connection. To ensure that the connection/Openvpn survices the service runs with higher priority. To run with higher priority the application must display a notification. The key notification icon is imposed by the system as described in the previous FAQ entry. It does not count as app notification for purpose of running with higher priority.</string>
</resources>