Introduce Notification channel for passphrase cache

This commit is contained in:
Vincent Breitmoser
2018-07-12 16:36:42 +02:00
parent 00caf28ee2
commit be1853d789
3 changed files with 28 additions and 3 deletions

View File

@@ -118,6 +118,7 @@ public final class Constants {
public static final class NotificationChannels {
public static final String KEYSERVER_SYNC = "keyserverSync";
public static final String PASSPHRASE_CACHE = "passphraseCache";
}
public static final class Pref {