replaced error and progress strings in APG.java with resource IDs as well
This commit is contained in:
@@ -543,10 +543,10 @@ public class EncryptActivity extends BaseActivity {
|
||||
}
|
||||
|
||||
if (signOnly) {
|
||||
Apg.signText(in, out, getSecretKeyId(),
|
||||
Apg.signText(this, in, out, getSecretKeyId(),
|
||||
Apg.getPassPhrase(), getDefaultHashAlgorithm(), this);
|
||||
} else {
|
||||
Apg.encrypt(in, out, size, useAsciiArmour,
|
||||
Apg.encrypt(this, in, out, size, useAsciiArmour,
|
||||
encryptionKeyIds, signatureKeyId,
|
||||
Apg.getPassPhrase(), this,
|
||||
getDefaultEncryptionAlgorithm(), getDefaultHashAlgorithm(),
|
||||
|
||||
Reference in New Issue
Block a user