Ascii armror doc

This commit is contained in:
Dominik Schürmann
2013-09-09 19:55:35 +02:00
parent bf1334d6c0
commit 4ca7a12751
5 changed files with 16 additions and 5 deletions

View File

@@ -20,7 +20,7 @@ import android.os.Parcel;
import android.os.Parcelable;
public class CryptoError implements Parcelable {
public static final int ID_NO_WRONG_PASSPHRASE = 1;
public static final int ID_NO_OR_WRONG_PASSPHRASE = 1;
public static final int ID_NO_USER_IDS = 2;
int errorId;