mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-04-17 05:28:14 +02: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