moved some Intent extra constants into more appropriate places, some basic preparations to test thread-pausing during decryption/encryption to deal with certain situations, mainly an unknown signature key
This commit is contained in:
@@ -140,7 +140,7 @@ public class KeyServerQueryActivity extends BaseActivity {
|
||||
error = "Too many responses.";
|
||||
}
|
||||
|
||||
data.putInt(Apg.EXTRA_STATUS, Id.message.done);
|
||||
data.putInt(Constants.extras.status, Id.message.done);
|
||||
|
||||
if (error != null) {
|
||||
data.putString(Apg.EXTRA_ERROR, error);
|
||||
|
||||
Reference in New Issue
Block a user