aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorDominik Schürmann <dominik@dominikschuermann.de>2013-09-10 00:52:28 +0200
committerDominik Schürmann <dominik@dominikschuermann.de>2013-09-10 00:52:28 +0200
commit86a7437009cd46b441a52c30e28d88736042422b (patch)
treea260e432e1a6497a9789c32c0f1b66cd9a46f984 /README.md
parent56e09b055013d18ff3a8b2131553d1668ee9c26b (diff)
downloadopen-keychain-86a7437009cd46b441a52c30e28d88736042422b.tar.gz
open-keychain-86a7437009cd46b441a52c30e28d88736042422b.tar.bz2
open-keychain-86a7437009cd46b441a52c30e28d88736042422b.zip
README
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 3 insertions, 7 deletions
diff --git a/README.md b/README.md
index c3b7c153d..29b4a6cfd 100644
--- a/README.md
+++ b/README.md
@@ -19,8 +19,8 @@ see http://sufficientlysecure.org/keychain
1. Have Android SDK "tools" directory in your PATH (http://developer.android.com/sdk/index.html)
2. Execute ``android update project -p OpenPGP-Keychain``
-3. Execute``android update project -p libraries/ActionBarSherlock``
-3. Execute``android update project -p libraries/HtmlTextView``
+3. Execute ``android update project -p libraries/ActionBarSherlock``
+3. Execute ``android update project -p libraries/HtmlTextView``
3. Execute ``cd OpenPGP-Kechain``, ``ant debug``
# Contribute
@@ -38,14 +38,10 @@ Android Studio is currently not supported or recommended!
# Keychain API
-## Basic goals
-
-* Intents invoked by apps that are not registered by Keychain's App API must require user interaction (e.g. click a button in a dialog to actually encrypt!)
-
## API without registering the app
### Intent Actions
-All Intents require user interaction, e.g. encryption is not done automatically. The user needs to press the Encrypt button.
+All Intents require user interaction, e.g. encryption is not done automatically (e.g. click a button in a dialog to actually encrypt!).
To do automatic encryption/decryption/sign/verify use the Remote Serive API.
Android Intent actions provided by OpenPGP Keychain: