aboutsummaryrefslogtreecommitdiffstats
path: root/openpgp-api/src/main/aidl/org/openintents/openpgp/IOpenPgpService.aidl
diff options
context:
space:
mode:
authorDominik Schürmann <dominik@dominikschuermann.de>2015-08-28 17:03:39 +0200
committerDominik Schürmann <dominik@dominikschuermann.de>2015-08-28 17:03:39 +0200
commit5b4c737cf5480c889643ef33ad8f8cf24da7b6ee (patch)
tree3b86322e52d2f6589a3cb0e33559f2b862ac79f9 /openpgp-api/src/main/aidl/org/openintents/openpgp/IOpenPgpService.aidl
parenta5240bebf4ca0bab13af25ccd8ae30ae413953c0 (diff)
parent820e183ca76d0f7feb5d7584d5eddcd49a4e7d57 (diff)
downloadopenpgp-api-5b4c737cf5480c889643ef33ad8f8cf24da7b6ee.tar.gz
openpgp-api-5b4c737cf5480c889643ef33ad8f8cf24da7b6ee.tar.bz2
openpgp-api-5b4c737cf5480c889643ef33ad8f8cf24da7b6ee.zip
Merge branch 'mgeier63-master'
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.aidl7
1 files changed, 5 insertions, 2 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..3689d17 100644
--- a/openpgp-api/src/main/aidl/org/openintents/openpgp/IOpenPgpService.aidl
+++ b/openpgp-api/src/main/aidl/org/openintents/openpgp/IOpenPgpService.aidl
@@ -13,12 +13,15 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
-
+
package org.openintents.openpgp;
interface IOpenPgpService {
- // see OpenPgpApi for documentation
+ /**
+ * do NOT use this, data returned from the service through "output" may be truncated
+ * @deprecated
+ */
Intent execute(in Intent data, in ParcelFileDescriptor input, in ParcelFileDescriptor output);
} \ No newline at end of file