aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorDominik Schürmann <dominik@dominikschuermann.de>2013-09-10 00:19:33 +0200
committerDominik Schürmann <dominik@dominikschuermann.de>2013-09-10 00:19:33 +0200
commite7a42976516336c3c5ebd4fa9989398d65a81208 (patch)
tree160d3497d8383b4efc55d9a68a68186574004380 /README.md
parentb5c865f5a68e21ce2e327fbeb985293cb8107b76 (diff)
downloadopen-keychain-e7a42976516336c3c5ebd4fa9989398d65a81208.tar.gz
open-keychain-e7a42976516336c3c5ebd4fa9989398d65a81208.tar.bz2
open-keychain-e7a42976516336c3c5ebd4fa9989398d65a81208.zip
API docs
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 61a94b6bb..80b460cd1 100644
--- a/README.md
+++ b/README.md
@@ -63,7 +63,8 @@ OpenPGP Keychain specific Intent actions:
* Include data ``Uri`` (``intent.setData()``) pointing to a file or content provider
* ``org.sufficientlysecure.keychain.action.DECRYPT``
* To decrypt text use extra ``text`` (type: ``String``)
- * To decrypt bytes use extra ``data`` (type: ``byte[]``)* ``org.sufficientlysecure.keychain.action.DECRYPT_FILE``
+ * To decrypt bytes use extra ``data`` (type: ``byte[]``)
+* ``org.sufficientlysecure.keychain.action.DECRYPT_FILE``
* Include data ``Uri`` (``intent.setData()``) pointing to a file or content provider
* ``org.sufficientlysecure.keychain.action.IMPORT_KEY``
* Extras: ``keyring_bytes`` (type: ``byte[]``)