summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorArne Schwabe <arne@rfc2549.org>2022-03-16 11:45:30 +0100
committerArne Schwabe <arne@rfc2549.org>2022-03-16 11:45:30 +0100
commitd5d728338694cac72c145017de4f7b969d974e65 (patch)
tree5c9276a7dc63fe1d01e147bb3b820d9625f6abb9 /README.md
parent2ccc153ecc3fb89ba8a78b8a4c4e08aaf28e1575 (diff)
Add intents for pausing/resuming VPN (closes #1460)
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 9 insertions, 1 deletions
diff --git a/README.md b/README.md
index 23d92204..2a2e2e06 100644
--- a/README.md
+++ b/README.md
@@ -29,7 +29,15 @@ You can find the FAQ here (same as in app): https://ics-openvpn.blinkt.de/FAQ.ht
Controlling from external apps
------------------------------
-There is the AIDL API for real controlling (see developing section). Due to high demand also the Activities `de.blinkt.openvpn.api.DisconnectVPN` and `de.blinkt.openvpn.api.ConnectVPN` exist. It uses `de.blinkt.openvpn.api.profileName` as extra for the name of the VPN profile.
+There is the AIDL API for real controlling (see developing section). Due to high demand also
+acitvies to start/stop, pause/resume (like a user would with the notification) exists
+
+ - `de.blinkt.openvpn.api.DisconnectVPN`
+ - `de.blinkt.openvpn.api.ConnectVPN`
+ - `de.blinkt.openvpn.api.PauseVPN`
+ - `de.blinkt.openvpn.api.ResumeVPN`
+
+They use `de.blinkt.openvpn.api.profileName` as extra for the name of the VPN profile..
Note to administrators
------------------------