Fix various issues by moving most global state logic out of MainActivity

* Move global state to a new class that overrides Application
* Make sure all preferences are stored in the same place and follow the same naming convention
This commit is contained in:
Alexander Bakker 2017-12-23 22:33:32 +01:00
parent 862533286b
commit a140ba8506
11 changed files with 152 additions and 96 deletions

View file

@ -1,6 +1,5 @@
package me.impy.aegis;
import android.content.Context;
import android.content.Intent;
import android.hardware.fingerprint.FingerprintManager;
import android.os.Bundle;