Updated Intent API (markdown)

dschuermann 2014-10-13 10:20:27 -07:00
parent b34c774f55
commit e514a4a035
1 changed files with 4 additions and 0 deletions

@ -7,6 +7,10 @@ To do automatic encryption/decryption/sign/verify use the OpenPGP Remote API.
* ``android.intent.action.SEND`` connected to all mime types (text/plain and every binary data like files and images): Encrypt and Decrypt
* ``android.intent.action.SEND_MULTIPLE`` connected to all mime types except ``text/*`` and ``message/*``
#### Preferred MIME types
* ``application/pgp-message`` for encrypted OpenPGP data
* ``application/pgp-keys`` to import OpenPGP keys
#### OpenKeychain Intent actions:
We are following [Android Guidelines](http://developer.android.com/guide/components/intents-filters.html) by including the full package name as a prefix.