aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/app/src/main/res
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2018-06-04 02:50:08 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2018-06-04 07:06:28 +0200
commit402d59a4ecfa5b65ac69f9a30521b2425d32209b (patch)
treef66cf36a19961907881543f8f0257606c5e7b6d2 /app/src/main/res
parentPreferences: don't use round icon (diff)
downloadwireguard-android-402d59a4ecfa5b65ac69f9a30521b2425d32209b.tar.xz
wireguard-android-402d59a4ecfa5b65ac69f9a30521b2425d32209b.zip
TunnelManager: new intents
Diffstat (limited to 'app/src/main/res')
-rw-r--r--app/src/main/res/values/strings.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index 430c8423..893f9a16 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -55,6 +55,8 @@
<string name="mtu">MTU</string>
<string name="name">Name</string>
<string name="peer">Peer</string>
+ <string name="permission_label">control WireGuard tunnels</string>
+ <string name="permission_description">Allows an app to control WireGuard tunnels. Apps with this permission may enable and disable WireGuard tunnels at will, potentially misdirecting Internet traffic.</string>
<string name="persistent_keepalive">Persistent keepalive</string>
<string name="pre_shared_key">Pre-shared key</string>
<string name="private_key">Private key</string>