diff options
author | Dominik Schürmann <dominik@dominikschuermann.de> | 2014-02-02 22:17:49 +0100 |
---|---|---|
committer | Dominik Schürmann <dominik@dominikschuermann.de> | 2014-02-02 22:17:49 +0100 |
commit | 7eb34a48f469355eb6116664621dca64791e94ac (patch) | |
tree | a5c106ac0f3c4a5b4a008337785cd6c0b13e3099 | |
parent | ba0897085068b1835dd769d8aad6002114e28132 (diff) | |
download | open-keychain-7eb34a48f469355eb6116664621dca64791e94ac.tar.gz open-keychain-7eb34a48f469355eb6116664621dca64791e94ac.tar.bz2 open-keychain-7eb34a48f469355eb6116664621dca64791e94ac.zip |
full fingerprint in README example
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -81,7 +81,7 @@ To do automatic encryption/decryption/sign/verify use the OpenPGP Remote API. * without extras, starts Barcode Scanner to get QR Code #### OpenPGP Keychain special registered Intents: -* ``android.intent.action.VIEW`` with URIs following the ``openpgp4fpr`` schema. For example: ``openpgp4fpr:718C070100012282``. This is used in QR Codes, but could also be embedded into your website. (compatible with Monkeysphere's and Guardian Project's QR Codes) +* ``android.intent.action.VIEW`` with URIs following the ``openpgp4fpr`` schema. For example: ``openpgp4fpr:73EE2314F65FA92EC2390D3A718C070100012282``. This is used in QR Codes, but could also be embedded into your website. (compatible with Monkeysphere's and Guardian Project's QR Codes) * NFC (``android.nfc.action.NDEF_DISCOVERED``) on mime type ``application/pgp-keys`` (as specified in http://tools.ietf.org/html/rfc3156, section 7) ### OpenPGP Remote API |