mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-04-13 03:31:15 +02: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