mirror of
https://github.com/moparisthebest/open-keychain
synced 2024-11-23 17:22:16 -05:00
should have been in the last commit
This commit is contained in:
parent
68d74b4d54
commit
6a4c8c96db
@ -139,11 +139,15 @@ public class Apg {
|
||||
Uri.parse("content://" + AUTHORITY + "/key_rings/secret/");
|
||||
public static final Uri CONTENT_URI_SECRET_KEY_RING_BY_KEY_ID =
|
||||
Uri.parse("content://" + AUTHORITY + "/key_rings/secret/key_id/");
|
||||
public static final Uri CONTENT_URI_SECRET_KEY_RING_BY_EMAILS =
|
||||
Uri.parse("content://" + AUTHORITY + "/key_rings/secret/emails/");
|
||||
|
||||
public static final Uri CONTENT_URI_PUBLIC_KEY_RINGS =
|
||||
Uri.parse("content://" + AUTHORITY + "/key_rings/public/");
|
||||
public static final Uri CONTENT_URI_PUBLIC_KEY_RING_BY_KEY_ID =
|
||||
Uri.parse("content://" + AUTHORITY + "/key_rings/public/key_id/");
|
||||
public static final Uri CONTENT_URI_PUBLIC_KEY_RING_BY_EMAILS =
|
||||
Uri.parse("content://" + AUTHORITY + "/key_rings/public/emails/");
|
||||
|
||||
public static String VERSION = "1.0.1";
|
||||
public static String FULL_VERSION = "APG v" + VERSION;
|
||||
|
Loading…
Reference in New Issue
Block a user