diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -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 ------------------------ |