mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-13 11:19:04 +01:00
Switched AppBus for ResultHandler, Controller for Helper. Added the basics for LifecycleControllers and implemented it for BriarActivity and NavDrawerActivity
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package org.briarproject.android.controller;
|
||||
|
||||
public interface ConfigController {
|
||||
String getEncryptedDatabaseKey();
|
||||
|
||||
void clearPrefs();
|
||||
|
||||
boolean initialized();
|
||||
}
|
||||
Reference in New Issue
Block a user