Move account deletion into AccountManager.

This commit is contained in:
akwizgran
2018-07-26 17:13:08 +01:00
parent 233af69909
commit 1edf2bfa75
20 changed files with 252 additions and 168 deletions

View File

@@ -19,4 +19,8 @@ public interface AccountManager {
String getEncryptedDatabaseKey();
boolean storeEncryptedDatabaseKey(String hex);
boolean accountExists();
void deleteAccount();
}