rename version field in data to Keychain
This commit is contained in:
@@ -24,7 +24,7 @@ import org.sufficientlysecure.keychain.util.Log;
|
||||
|
||||
public class ClipboardReflection {
|
||||
|
||||
private static final String clipboardLabel = "APG";
|
||||
private static final String clipboardLabel = "Keychain";
|
||||
|
||||
/**
|
||||
* Wrapper around ClipboardManager based on Android version using Reflection API
|
||||
|
||||
@@ -1798,7 +1798,7 @@ public class PgpMain {
|
||||
}
|
||||
|
||||
public static String getFullVersion(Context context) {
|
||||
return "APG v" + getVersion(context);
|
||||
return "OpenPGP Keychain v" + getVersion(context);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user