From 820e183ca76d0f7feb5d7584d5eddcd49a4e7d57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Sch=C3=BCrmann?= Date: Fri, 28 Aug 2015 17:03:15 +0200 Subject: Fix and improve OpenPgpService2 code --- .../src/main/aidl/org/openintents/openpgp/IOpenPgpService2.aidl | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'openpgp-api/src/main/aidl/org/openintents/openpgp/IOpenPgpService2.aidl') diff --git a/openpgp-api/src/main/aidl/org/openintents/openpgp/IOpenPgpService2.aidl b/openpgp-api/src/main/aidl/org/openintents/openpgp/IOpenPgpService2.aidl index 39c24e5..8aa4dd2 100644 --- a/openpgp-api/src/main/aidl/org/openintents/openpgp/IOpenPgpService2.aidl +++ b/openpgp-api/src/main/aidl/org/openintents/openpgp/IOpenPgpService2.aidl @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2015 Dominik Schürmann + * Copyright (C) 2015 Dominik Schürmann * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -18,6 +18,13 @@ package org.openintents.openpgp; interface IOpenPgpService2 { + /** + * see org.openintents.openpgp.util.OpenPgpApi for documentation + */ ParcelFileDescriptor createOutputPipe(in int pipeId); + + /** + * see org.openintents.openpgp.util.OpenPgpApi for documentation + */ Intent execute(in Intent data, in ParcelFileDescriptor input, int pipeId); } -- cgit v1.2.3