From 52f1c930ebe98251fb9d3b34b2725087f2917f64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Sch=C3=BCrmann?= Date: Sat, 15 Feb 2014 13:00:47 +0100 Subject: parse string util method, better help text for access screen --- .../src/main/aidl/org/openintents/openpgp/OpenPgpError.aidl | 2 ++ .../src/main/aidl/org/openintents/openpgp/OpenPgpSignatureResult.aidl | 2 ++ 2 files changed, 4 insertions(+) (limited to 'OpenPGP-Keychain-API/libraries/keychain-api-library/src/main/aidl/org') diff --git a/OpenPGP-Keychain-API/libraries/keychain-api-library/src/main/aidl/org/openintents/openpgp/OpenPgpError.aidl b/OpenPGP-Keychain-API/libraries/keychain-api-library/src/main/aidl/org/openintents/openpgp/OpenPgpError.aidl index 7f867653d..0fbea0a8c 100644 --- a/OpenPGP-Keychain-API/libraries/keychain-api-library/src/main/aidl/org/openintents/openpgp/OpenPgpError.aidl +++ b/OpenPGP-Keychain-API/libraries/keychain-api-library/src/main/aidl/org/openintents/openpgp/OpenPgpError.aidl @@ -16,5 +16,7 @@ package org.openintents.openpgp; +import org.openintents.openpgp.OpenPgpError; + // Declare OpenPgpError so AIDL can find it and knows that it implements the parcelable protocol. parcelable OpenPgpError; \ No newline at end of file diff --git a/OpenPGP-Keychain-API/libraries/keychain-api-library/src/main/aidl/org/openintents/openpgp/OpenPgpSignatureResult.aidl b/OpenPGP-Keychain-API/libraries/keychain-api-library/src/main/aidl/org/openintents/openpgp/OpenPgpSignatureResult.aidl index d1d138b30..dfc7e0992 100644 --- a/OpenPGP-Keychain-API/libraries/keychain-api-library/src/main/aidl/org/openintents/openpgp/OpenPgpSignatureResult.aidl +++ b/OpenPGP-Keychain-API/libraries/keychain-api-library/src/main/aidl/org/openintents/openpgp/OpenPgpSignatureResult.aidl @@ -16,5 +16,7 @@ package org.openintents.openpgp; +import org.openintents.openpgp.OpenPgpSignatureResult; + // Declare OpenPgpSignatureResult so AIDL can find it and knows that it implements the parcelable protocol. parcelable OpenPgpSignatureResult; \ No newline at end of file -- cgit v1.2.3