Updated API Design (markdown)

Dominik Schürmann 2016-02-23 11:30:48 +01:00
parent 542ce31ed8
commit 6c15172f63
1 changed files with 1 additions and 1 deletions

@ -1,5 +1,5 @@
### OpenPGP Remote API
Please also read the [[Tutorial|OpenPGP-API]] and try out the demo app before reading this.
Please also read the [[Tutorial|https://github.com/open-keychain/openpgp-api#short-tutorial]] 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.