aboutsummaryrefslogtreecommitdiff
path: root/openpgp-ktx/src/main/aidl
diff options
context:
space:
mode:
Diffstat (limited to 'openpgp-ktx/src/main/aidl')
-rw-r--r--openpgp-ktx/src/main/aidl/org/openintents/openpgp/IOpenPgpService2.aidl18
1 files changed, 0 insertions, 18 deletions
diff --git a/openpgp-ktx/src/main/aidl/org/openintents/openpgp/IOpenPgpService2.aidl b/openpgp-ktx/src/main/aidl/org/openintents/openpgp/IOpenPgpService2.aidl
deleted file mode 100644
index d5cf37db..00000000
--- a/openpgp-ktx/src/main/aidl/org/openintents/openpgp/IOpenPgpService2.aidl
+++ /dev/null
@@ -1,18 +0,0 @@
-/*
- * Copyright © 2019 The Android Password Authors. All Rights Reserved.
- * SPDX-License-Identifier: Apache-2.0
- */
-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);
-}