default using internal storage to false

This commit is contained in:
Daniel Gultsch 2016-12-02 11:35:00 +01:00
parent 6b0242523b
commit d4b1119240
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ public final class Config {
public static final boolean X509_VERIFICATION = false; //use x509 certificates to verify OMEMO keys
public static final boolean ONLY_INTERNAL_STORAGE = true; //use internal storage instead of sdcard to save attachments
public static final boolean ONLY_INTERNAL_STORAGE = false; //use internal storage instead of sdcard to save attachments
public static final boolean IGNORE_ID_REWRITE_IN_MUC = true;