default to allow symmetric decryption

This commit is contained in:
Dominik Schürmann 2014-04-01 16:15:50 +02:00
parent ebb7f55921
commit 7000ab37fd

View File

@ -101,7 +101,7 @@ public class PgpDecryptVerify {
// optional // optional
private ProgressDialogUpdater mProgressDialogUpdater = null; private ProgressDialogUpdater mProgressDialogUpdater = null;
private boolean mAllowSymmetricDecryption = false; private boolean mAllowSymmetricDecryption = true;
private String mPassphrase = null; private String mPassphrase = null;
private long mEnforcedKeyId = 0; private long mEnforcedKeyId = 0;