aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorDominik Schürmann <dominik@dominikschuermann.de>2013-09-09 14:33:37 +0200
committerDominik Schürmann <dominik@dominikschuermann.de>2013-09-09 14:33:37 +0200
commit0ee205d245ee0b95a6f8f69ca1db9e13b079f821 (patch)
treeb436127ec357e4f77f52f850dac9fd183b1e83b1 /README.md
parent1aabeefab76ee393ccf1d0735cdcd1458192f941 (diff)
downloadopen-keychain-0ee205d245ee0b95a6f8f69ca1db9e13b079f821.tar.gz
open-keychain-0ee205d245ee0b95a6f8f69ca1db9e13b079f821.tar.bz2
open-keychain-0ee205d245ee0b95a6f8f69ca1db9e13b079f821.zip
KEY_IMPORT to IMPORT_KEY
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md
index dca5361e7..50e781427 100644
--- a/README.md
+++ b/README.md
@@ -50,17 +50,17 @@ These Intents require user interaction!
All Intents start with ``org.sufficientlysecure.keychain.action.``
-* ``KEY_IMPORT``
- * Extras: ``keyring_bytes``
- * or Uri in data with file schema
-* ``KEY_IMPORT_FROM_QR_CODE``
- * without extras
* ``ENCRYPT``
* TODO: explain extras (see source)
* ``ENCRYPT_FILE``
* ``DECRYPT``
* TODO: explain extras (see source)
* ``DECRYPT_FILE``
+* ``IMPORT_KEY``
+ * Extras: ``keyring_bytes`` (``byte[]``)
+ * or Uri in data with file schema
+* ``IMPORT_KEY_FROM_QR_CODE``
+ * without extras
TODO:
- new intent REGISTER_APP?