From 31aaf5a71a69e5cc2249d3205c952e9aecc65e65 Mon Sep 17 00:00:00 2001 From: Arne Schwabe Date: Tue, 11 Jun 2013 00:02:17 +0200 Subject: Add API FAQ --HG-- extra : rebase_source : 538e40184eb91b47aec48b8484c103c7895e5f65 --- doc/README.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc') diff --git a/doc/README.txt b/doc/README.txt index 578c48c4..304d6d99 100644 --- a/doc/README.txt +++ b/doc/README.txt @@ -57,3 +57,6 @@ or from the shell: am start -a android.intent.action.MAIN -n de.blinkt.openvpn/.LaunchVPN -e de.blinkt.openvpn.shortcutProfileName Home +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. -- cgit v1.2.3