mirror of
https://github.com/moparisthebest/open-keychain
synced 2024-11-27 19:22:14 -05:00
rename version field in data to Keychain
This commit is contained in:
parent
de8e1a39d5
commit
7ba145740b
@ -24,7 +24,7 @@ import org.sufficientlysecure.keychain.util.Log;
|
|||||||
|
|
||||||
public class ClipboardReflection {
|
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
|
* Wrapper around ClipboardManager based on Android version using Reflection API
|
||||||
|
@ -1798,7 +1798,7 @@ public class PgpMain {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public static String getFullVersion(Context context) {
|
public static String getFullVersion(Context context) {
|
||||||
return "APG v" + getVersion(context);
|
return "OpenPGP Keychain v" + getVersion(context);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user