aboutsummaryrefslogtreecommitdiffstats
path: root/OpenPGP-Keychain-API/libraries/keychain-api-library/src/main/aidl
diff options
context:
space:
mode:
authorDominik Schürmann <dominik@dominikschuermann.de>2014-02-15 13:00:47 +0100
committerDominik Schürmann <dominik@dominikschuermann.de>2014-02-15 13:00:47 +0100
commit52f1c930ebe98251fb9d3b34b2725087f2917f64 (patch)
treeee5543854ced499c282892223674bd9b4c73266f /OpenPGP-Keychain-API/libraries/keychain-api-library/src/main/aidl
parent3b0f76bf60028603140c3fd8a956241b315a6b18 (diff)
downloadopen-keychain-52f1c930ebe98251fb9d3b34b2725087f2917f64.tar.gz
open-keychain-52f1c930ebe98251fb9d3b34b2725087f2917f64.tar.bz2
open-keychain-52f1c930ebe98251fb9d3b34b2725087f2917f64.zip
parse string util method, better help text for access screen
Diffstat (limited to 'OpenPGP-Keychain-API/libraries/keychain-api-library/src/main/aidl')
-rw-r--r--OpenPGP-Keychain-API/libraries/keychain-api-library/src/main/aidl/org/openintents/openpgp/OpenPgpError.aidl2
-rw-r--r--OpenPGP-Keychain-API/libraries/keychain-api-library/src/main/aidl/org/openintents/openpgp/OpenPgpSignatureResult.aidl2
2 files changed, 4 insertions, 0 deletions
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