Experimental feature setting

This commit is contained in:
Dominik Schürmann
2015-08-27 12:24:37 +02:00
parent f92e5f663f
commit ec7a3a7047
6 changed files with 60 additions and 9 deletions

View File

@@ -108,6 +108,8 @@ public final class Constants {
// keyserver sync settings
public static final String SYNC_CONTACTS = "syncContacts";
public static final String SYNC_KEYSERVER = "syncKeyserver";
// other settings
public static final String ENABLE_EXPERIMENTAL_FEATURES = "enableExperimentalFeatures";
public static final class Theme {
public static final String LIGHT = "light";