aboutsummaryrefslogtreecommitdiff
path: root/openpgp-ktx/src/main/aidl
diff options
context:
space:
mode:
authorHarsh Shandilya <me@msfjarvis.dev>2023-12-17 12:16:35 +0530
committerHarsh Shandilya <me@msfjarvis.dev>2023-12-17 12:16:35 +0530
commit7c3410f390c7d12315e7c3e829c1714435361fe8 (patch)
tree18ec78cb053107ea79ceb5f3e46ed0da38565649 /openpgp-ktx/src/main/aidl
parent97bc1e0ce52fc8411b252ae912bac40d29feee64 (diff)
chore: remove obsolete openpgp-ktx code
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);
-}