aboutsummaryrefslogtreecommitdiffstats
path: root/openpgp-api/src/main/aidl/org/openintents/openpgp/IOpenPgpService.aidl
diff options
context:
space:
mode:
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.aidl8
1 files changed, 5 insertions, 3 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 8fa619b..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,13 +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
- //DEPRECATED, do NOT use this, data returned from the service through "output" may be truncated
+ /**
+ * 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