mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-13 03:09:04 +01:00
Move account deletion into AccountManager.
This commit is contained in:
@@ -19,4 +19,8 @@ public interface AccountManager {
|
||||
String getEncryptedDatabaseKey();
|
||||
|
||||
boolean storeEncryptedDatabaseKey(String hex);
|
||||
|
||||
boolean accountExists();
|
||||
|
||||
void deleteAccount();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user