mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-14 19:59:05 +01:00
Move app locking logic into dedicatd LockManager
This commit is contained in:
@@ -67,8 +67,4 @@ public interface AccountManager {
|
||||
* and stored.
|
||||
*/
|
||||
boolean changePassword(String oldPassword, String newPassword);
|
||||
|
||||
boolean isLocked();
|
||||
|
||||
void setLocked(boolean locked);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user