Updated Intent API (markdown)
parent
b34c774f55
commit
e514a4a035
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue