make sure clipboard service retrieval is always null-proof

This commit is contained in:
Vincent Breitmoser
2015-07-05 21:49:02 +02:00
parent bd78166c66
commit 7e83900d6c
7 changed files with 64 additions and 33 deletions

View File

@@ -46,6 +46,8 @@ public final class Constants {
public static final String PROVIDER_AUTHORITY = BuildConfig.APPLICATION_ID + ".provider";
public static final String TEMPSTORAGE_AUTHORITY = BuildConfig.APPLICATION_ID + ".tempstorage";
public static final String CLIPBOARD_LABEL = "Keychain";
// as defined in http://tools.ietf.org/html/rfc3156, section 7
public static final String NFC_MIME = "application/pgp-keys";