aboutsummaryrefslogtreecommitdiffstats
path: root/openpgp-api/src/main/aidl/org/openintents/openpgp/IOpenPgpService.aidl
diff options
context:
space:
mode:
authormgeier63 <mgeier63@gmail.com>2015-08-26 11:13:38 +0200
committermgeier63 <mgeier63@gmail.com>2015-08-26 11:13:38 +0200
commit9d8104e15c21294a21a421a02303c9586f823e96 (patch)
tree0281aa2a0d4a2eefe63e6a682f1e75dd83c96dfb /openpgp-api/src/main/aidl/org/openintents/openpgp/IOpenPgpService.aidl
parenta5240bebf4ca0bab13af25ccd8ae30ae413953c0 (diff)
downloadopenpgp-api-9d8104e15c21294a21a421a02303c9586f823e96.tar.gz
openpgp-api-9d8104e15c21294a21a421a02303c9586f823e96.tar.bz2
openpgp-api-9d8104e15c21294a21a421a02303c9586f823e96.zip
initial mod
Diffstat (limited to 'openpgp-api/src/main/aidl/org/openintents/openpgp/IOpenPgpService.aidl')
-rw-r--r--openpgp-api/src/main/aidl/org/openintents/openpgp/IOpenPgpService.aidl1
1 files changed, 1 insertions, 0 deletions
diff --git a/openpgp-api/src/main/aidl/org/openintents/openpgp/IOpenPgpService.aidl b/openpgp-api/src/main/aidl/org/openintents/openpgp/IOpenPgpService.aidl
index 2451207..8fa619b 100644
--- a/openpgp-api/src/main/aidl/org/openintents/openpgp/IOpenPgpService.aidl
+++ b/openpgp-api/src/main/aidl/org/openintents/openpgp/IOpenPgpService.aidl
@@ -19,6 +19,7 @@ package org.openintents.openpgp;
interface IOpenPgpService {
// see OpenPgpApi for documentation
+ //DEPRECATED, do NOT use this, data returned from the service through "output" may be truncated
Intent execute(in Intent data, in ParcelFileDescriptor input, in ParcelFileDescriptor output);
} \ No newline at end of file