Force higher resolution for analysis and run it on a background thread

This commit is contained in:
Alexander Bakker 2021-01-19 20:26:45 +01:00
parent 22c93bf5c6
commit 7be1a74cfd
5 changed files with 49 additions and 18 deletions

View file

@ -53,6 +53,7 @@ public abstract class AegisActivity extends AppCompatActivity implements AegisAp
}
@Override
@CallSuper
protected void onDestroy() {
_app.unregisterLockListener(this);
super.onDestroy();