mirror of
https://github.com/ArcaneChat/android.git
synced 2026-07-03 14:05:24 +02:00
Merge pull request #3240 from deltachat/r10s/no-encrypt-database
stop 'encrypted database' experiment
This commit is contained in:
@@ -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 ();
|
||||
|
||||
Reference in New Issue
Block a user