aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorDominik Schürmann <dominik@dominikschuermann.de>2013-09-09 14:30:10 +0200
committerDominik Schürmann <dominik@dominikschuermann.de>2013-09-09 14:30:10 +0200
commit1aabeefab76ee393ccf1d0735cdcd1458192f941 (patch)
tree1e5d169fc1358ddd5867f799fcae05bca6118c5c /README.md
parent90cd8c32420970a0051ef518ab6c419033a2b3b3 (diff)
downloadopen-keychain-1aabeefab76ee393ccf1d0735cdcd1458192f941.tar.gz
open-keychain-1aabeefab76ee393ccf1d0735cdcd1458192f941.tar.bz2
open-keychain-1aabeefab76ee393ccf1d0735cdcd1458192f941.zip
api docs
Diffstat (limited to 'README.md')
-rw-r--r--README.md20
1 files changed, 13 insertions, 7 deletions
diff --git a/README.md b/README.md
index 724e4e5d9..dca5361e7 100644
--- a/README.md
+++ b/README.md
@@ -42,18 +42,24 @@ Android Studio is currently not supported or recommended!
## API without registering the app
-### Intents
+### Intent Actions
These Intents require user interaction!
-All Intents start with ``org.sufficientlysecure.keychain.action.``
-
* ``android.intent.action.VIEW`` connected to .gpg and .asc files: Import Key and Decrypt
* ``android.intent.action.SEND`` connected to all mime types (text/plain and every binary data like files and images): Encrypt and Decrypt
-* ``KEY_IMPORT`` with extra "keyring_bytes" or Uri in data with file schema
-* ``KEY_IMPORT_FROM_QR_CODE`` without extras
-* ``ENCRYPT`` TODO: explain extras (see source)
+
+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``
+ * TODO: explain extras (see source)
* ``DECRYPT_FILE``
TODO: