diff options
author | Arne Schwabe <arne@rfc2549.org> | 2013-06-11 00:02:17 +0200 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2013-06-11 00:02:17 +0200 |
commit | 31aaf5a71a69e5cc2249d3205c952e9aecc65e65 (patch) | |
tree | d04d61979ab854cdbf85e12d8769b2e06b12428a /doc/README.txt | |
parent | 683411b6f4bab6e45dc03964f7a06dc5a0c211bf (diff) |
Add API FAQ
--HG--
extra : rebase_source : 538e40184eb91b47aec48b8484c103c7895e5f65
Diffstat (limited to 'doc/README.txt')
-rw-r--r-- | doc/README.txt | 3 |
1 files changed, 3 insertions, 0 deletions
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. |