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
1 changed files with 1 additions and 1 deletions

View File

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