support changing primary user id in SaveKeyringParcel

Closes #695
This commit is contained in:
Vincent Breitmoser
2014-07-02 16:02:56 +02:00
parent 6f558add35
commit ebcd243e97
3 changed files with 115 additions and 4 deletions

View File

@@ -241,6 +241,8 @@ public class OperationResultParcel implements Parcelable {
MSG_MF_ERROR_ENCODE (R.string.msg_mf_error_encode),
MSG_MF_ERROR_FINGERPRINT (R.string.msg_mf_error_fingerprint),
MSG_MF_ERROR_KEYID (R.string.msg_mf_error_keyid),
MSG_MF_ERROR_INTEGRITY (R.string.msg_mf_error_integrity),
MSG_MF_ERROR_REVOKED_PRIMARY (R.string.msg_mf_error_revoked_primary),
MSG_MF_ERROR_PGP (R.string.msg_mf_error_pgp),
MSG_MF_ERROR_SIG (R.string.msg_mf_error_sig),
MSG_MF_PASSPHRASE (R.string.msg_mf_passphrase),