Updated API Design (markdown)

Dominik Schürmann 2014-08-07 00:50:47 -07:00
parent b6f130f0b8
commit 99a37456cc
1 changed files with 1 additions and 1 deletions

@ -1,5 +1,5 @@
### OpenPGP Remote API
Please also read the [Tutorial](https://github.com/open-keychain/open-keychain/wiki/OpenPGP-API/_edit) and try out the demo app before reading this.
Please also read the [[Tutorial|OpenPGP-API]] and try out the demo app before reading this.
* The API does not use the Android permission system due to [its problems](http://commonsware.com/blog/2014/02/12/vulnerabilities-custom-permissions.html) ([details](https://github.com/commonsguy/cwac-security/blob/master/PERMS.md)). Instead OpenKeychain stores its own table of granted applications.
* The API should be as easy as possible and extendable. Because of this, the AIDL file is kept small and all operations are defined by Intents which can be passed through this interface to the remote service.