mirror of
https://github.com/beemdevelopment/Aegis.git
synced 2025-05-15 06:22:49 +00:00
Only skip panic trigger signature check if running under a test
This commit is contained in:
parent
d1d5df8051
commit
5ce21a94ea
3 changed files with 6 additions and 1 deletions
|
@ -10,6 +10,10 @@ import androidx.test.runner.AndroidJUnitRunner;
|
|||
import com.beemdevelopment.aegis.util.IOUtils;
|
||||
|
||||
public class AegisTestRunner extends AndroidJUnitRunner {
|
||||
static {
|
||||
BuildConfig.TEST.set(true);
|
||||
}
|
||||
|
||||
@Override
|
||||
public void callApplicationOnCreate(Application app) {
|
||||
Context context = app.getApplicationContext();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue