aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorDominik Schürmann <dominik@dominikschuermann.de>2013-09-10 00:39:41 +0200
committerDominik Schürmann <dominik@dominikschuermann.de>2013-09-10 00:39:41 +0200
commit56e09b055013d18ff3a8b2131553d1668ee9c26b (patch)
tree18d8d9d678f38ba1145ae4886465a0bd04d20de6 /README.md
parente7a42976516336c3c5ebd4fa9989398d65a81208 (diff)
downloadopen-keychain-56e09b055013d18ff3a8b2131553d1668ee9c26b.tar.gz
open-keychain-56e09b055013d18ff3a8b2131553d1668ee9c26b.tar.bz2
open-keychain-56e09b055013d18ff3a8b2131553d1668ee9c26b.zip
rename extra of import
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 80b460cd1..c3b7c153d 100644
--- a/README.md
+++ b/README.md
@@ -67,12 +67,12 @@ OpenPGP Keychain specific Intent actions:
* ``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[]``)
+ * Extras: ``key_bytes`` (type: ``byte[]``)
* or Uri in data with file schema
* ``org.sufficientlysecure.keychain.action.IMPORT_KEY_FROM_QR_CODE``
* without extras starts Barcode Scanner to get QR Code
-## Remote Serive API
+## Remote Service API
To do asyncronous fast encryption/decryption/sign/verify operations bind to the remote service.
The API Demo contains all required AIDL files and a demo activity.