mirror of
https://github.com/beemdevelopment/Aegis.git
synced 2025-05-14 14:02:49 +00:00
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:
parent
862533286b
commit
a140ba8506
11 changed files with 152 additions and 96 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue