rename extra of import

This commit is contained in:
Dominik Schürmann
2013-09-10 00:39:41 +02:00
parent e7a4297651
commit 56e09b0550
4 changed files with 7 additions and 7 deletions

View File

@@ -67,12 +67,12 @@ OpenPGP Keychain specific Intent actions:
* ``org.sufficientlysecure.keychain.action.DECRYPT_FILE``
* Include data ``Uri`` (``intent.setData()``) pointing to a file or content provider
* ``org.sufficientlysecure.keychain.action.IMPORT_KEY``
* Extras: ``keyring_bytes`` (type: ``byte[]``)
* Extras: ``key_bytes`` (type: ``byte[]``)
* or Uri in data with file schema
* ``org.sufficientlysecure.keychain.action.IMPORT_KEY_FROM_QR_CODE``
* without extras starts Barcode Scanner to get QR Code
## Remote Serive API
## Remote Service API
To do asyncronous fast encryption/decryption/sign/verify operations bind to the remote service.
The API Demo contains all required AIDL files and a demo activity.