Merge pull request #3240 from deltachat/r10s/no-encrypt-database

stop 'encrypted database' experiment
This commit is contained in:
Asiel Díaz Benítez
2024-08-25 15:27:20 +02:00
committed by GitHub
6 changed files with 6 additions and 128 deletions
@@ -27,7 +27,6 @@ public class DcAccounts {
public native void setPushDeviceToken (String token);
public native int addAccount ();
public native int addClosedAccount ();
public native int migrateAccount (String dbfile);
public native boolean removeAccount (int accountId);
public native int[] getAll ();