default to allow symmetric decryption
This commit is contained in:
@@ -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;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user