aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorDominik Schürmann <dominik@dominikschuermann.de>2013-09-14 03:50:24 +0200
committerDominik Schürmann <dominik@dominikschuermann.de>2013-09-14 03:50:24 +0200
commitf5b53b58f77b6613c47234c565bd497c32f41cdf (patch)
treeafcc802c0597d717f637f6c4ca97fc9033d01909 /README.md
parentbf7fb08bca2abe85c9ed16592b1dc20fc51772eb (diff)
downloadopen-keychain-f5b53b58f77b6613c47234c565bd497c32f41cdf.tar.gz
open-keychain-f5b53b58f77b6613c47234c565bd497c32f41cdf.tar.bz2
open-keychain-f5b53b58f77b6613c47234c565bd497c32f41cdf.zip
Update Intent API
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 4 insertions, 8 deletions
diff --git a/README.md b/README.md
index a7d8f8cda..61a6cc0cc 100644
--- a/README.md
+++ b/README.md
@@ -53,18 +53,14 @@ OpenPGP Keychain specific Intent actions:
* ``org.sufficientlysecure.keychain.action.ENCRYPT``
* To encrypt text use extra ``text`` (type: ``String``)
- * To encrypt bytes use extra ``data`` (type: ``byte[]``)
- * Enable ASCII Armor (encoding to Radix-64, 33% overhead) by adding the extra ``ascii_armor`` with value ``true``
-* ``org.sufficientlysecure.keychain.action.ENCRYPT_FILE``
- * Include data ``Uri`` (``intent.setData()``) pointing to a file or content provider
+ * or set data ``Uri`` (``intent.setData()``) pointing to a file
+ * Enable ASCII Armor for file encryption (encoding to Radix-64, 33% overhead) by adding the extra ``ascii_armor`` with value ``true``
* ``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``
- * Include data ``Uri`` (``intent.setData()``) pointing to a file or content provider
+ * or set data ``Uri`` (``intent.setData()``) pointing to a file
* ``org.sufficientlysecure.keychain.action.IMPORT_KEY``
* Extras: ``key_bytes`` (type: ``byte[]``)
- * or Uri in data with file schema
+ * or set data ``Uri`` (``intent.setData()``) pointing to a file
* ``org.sufficientlysecure.keychain.action.IMPORT_KEY_FROM_QR_CODE``
* without extras starts Barcode Scanner to get QR Code