summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorArne Schwabe <arne@rfc2549.org>2019-03-26 16:07:20 +0100
committerArne Schwabe <arne@rfc2549.org>2019-03-26 16:07:20 +0100
commit3f158efbfd6deaf4e414f574c54c184b28143101 (patch)
tree11687c9cf2f7d62bb317c66b318aedd4abfbd231 /README.md
parent4ba2ed96f7075c69c056c9cbb212d1fa3a42be1b (diff)
Document remote actions API
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index 2223ffe1..31cf7ee8 100644
--- a/README.md
+++ b/README.md
@@ -25,6 +25,11 @@ FAQ
-----
You can find the FAQ here (same as in app): http://ics-openvpn.blinkt.de/FAQ.html
+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.
+
Note to administrators
------------------------