From 6c15172f63c84b23cbdcc3705f3de7f34980c107 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Sch=C3=BCrmann?= Date: Tue, 23 Feb 2016 11:30:48 +0100 Subject: [PATCH] Updated API Design (markdown) --- API-Design.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/API-Design.md b/API-Design.md index 8e242bb..bf30af3 100644 --- a/API-Design.md +++ b/API-Design.md @@ -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.