From 7b25bf878315a894122e3de74e19add6fcdf5d4c Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Wed, 25 Nov 2020 03:27:42 +0530 Subject: openpgp-ktx: import at 95eed95fb5654e9dcfe32c3712ae97385e186396 Signed-off-by: Harsh Shandilya --- .../aidl/org/openintents/openpgp/IOpenPgpService2.aidl | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 openpgp-ktx/src/main/aidl/org/openintents/openpgp/IOpenPgpService2.aidl (limited to 'openpgp-ktx/src/main/aidl/org') diff --git a/openpgp-ktx/src/main/aidl/org/openintents/openpgp/IOpenPgpService2.aidl b/openpgp-ktx/src/main/aidl/org/openintents/openpgp/IOpenPgpService2.aidl new file mode 100644 index 00000000..7e67986d --- /dev/null +++ b/openpgp-ktx/src/main/aidl/org/openintents/openpgp/IOpenPgpService2.aidl @@ -0,0 +1,18 @@ +/* + * Copyright © 2019 The Android Password Authors. All Rights Reserved. + * SPDX-License-Identifier: GPL-3.0-Only + */ +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