Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 63539dd6 authored by Ben Gruver's avatar Ben Gruver
Browse files

Ensure the intent firewall dir exists before starting the FileObserver

Bug: 8667426
Change-Id: I157a7d4702c649228d959cd063eb91bf9f170bb6
parent 26a54eca
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -107,6 +107,7 @@ public class IntentFirewall {
    public IntentFirewall(AMSInterface ams) {
        mAms = ams;
        File rulesFile = getRulesFile();
        rulesFile.getParentFile().mkdirs();

        readRules(rulesFile);