diff options
Diffstat (limited to 'OpenPGP-Keychain/src/org/openintents/crypto/ICryptoService.aidl')
-rw-r--r-- | OpenPGP-Keychain/src/org/openintents/crypto/ICryptoService.aidl | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/OpenPGP-Keychain/src/org/openintents/crypto/ICryptoService.aidl b/OpenPGP-Keychain/src/org/openintents/crypto/ICryptoService.aidl index b74ab642c..555a71cd6 100644 --- a/OpenPGP-Keychain/src/org/openintents/crypto/ICryptoService.aidl +++ b/OpenPGP-Keychain/src/org/openintents/crypto/ICryptoService.aidl @@ -71,10 +71,4 @@ interface ICryptoService { */ oneway void decryptAndVerify(in byte[] inputBytes, in ICryptoCallback callback); - /** - * Opens setup using default parameters - * - */ - oneway void setup(boolean asciiArmor, boolean newKeyring, String newKeyringUserId); - }
\ No newline at end of file |