From 7c3410f390c7d12315e7c3e829c1714435361fe8 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Sun, 17 Dec 2023 12:16:35 +0530 Subject: chore: remove obsolete openpgp-ktx code --- .../aidl/org/openintents/openpgp/IOpenPgpService2.aidl | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 openpgp-ktx/src/main/aidl/org/openintents/openpgp/IOpenPgpService2.aidl (limited to 'openpgp-ktx/src/main/aidl') 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); -} -- cgit v1.2.3