Merge pull request #2092 from open-keychain/remove-accounts-api

Remove accounts api
This commit is contained in:
Dominik Schürmann
2017-04-26 10:34:08 +03:00
committed by GitHub
24 changed files with 37 additions and 1232 deletions

View File

@@ -805,8 +805,6 @@ public abstract class OperationResult implements Parcelable {
MSG_CRT_UPLOAD_SUCCESS (LogLevel.OK, R.string.msg_crt_upload_success),
MSG_ACC_SAVED (LogLevel.INFO, R.string.api_settings_save_msg),
MSG_WRONG_QR_CODE (LogLevel.ERROR, R.string.import_qr_code_wrong),
MSG_WRONG_QR_CODE_FP(LogLevel.ERROR, R.string.import_qr_code_fp),