Remove ACRA and implement the few bits we need ourselves

This commit is contained in:
Torsten Grote
2020-12-08 18:14:34 -03:00
parent 8d735b3023
commit eb3c2a3566
30 changed files with 1113 additions and 828 deletions

View File

@@ -74,6 +74,10 @@ public class TestBriarApplication extends Application
return prefs;
}
@Override
public void triggerFeedback() {
}
@Override
public boolean isRunningInBackground() {
return false;