From 9f0d1f2320e05c3eef603206b0f05c6da682cd31 Mon Sep 17 00:00:00 2001 From: Arne Schwabe Date: Mon, 21 Jul 2014 12:49:15 +0200 Subject: Update docs --HG-- extra : rebase_source : ecc93290e0e7f9c43671db351db42f389a288c29 --- doc/README.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'doc/README.txt') diff --git a/doc/README.txt b/doc/README.txt index 07562bea..7b2b0ea1 100644 --- a/doc/README.txt +++ b/doc/README.txt @@ -55,7 +55,7 @@ A: minivpn is only a executable thats links against libopenvpn which is the norm keeping minivpn up to date because it contains no code. For almost all intents and purposes minivpn + libopenvpn.so is the same as the normal openvpn binary -Q: How to a VPN by name from an external app +Q: How do I start a VPN by name from an external app? A: public class StartOpenVPNActivity extends Activity { @Override @@ -78,4 +78,6 @@ am start -a android.intent.action.MAIN -n de.blinkt.openvpn/.LaunchVPN -e de.bli Q: How to control the app from an external app? -A: There is an AIDL interface. See src/de/blinkt/openvpn/api/IOpenVPNAPIService.aidl. See the normal Android documentation how to use AIDL. +A: There is an AIDL interface. See src/de/blinkt/openvpn/api/IOpenVPNAPIService.aidl. See the normal Android documentation how to use AIDL. + See also the example project under remoteExample. + -- cgit v1.2.3