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

Commit 0882a90e authored by Ben Gruver's avatar Ben Gruver Committed by Android Git Automerger
Browse files

am 09bb9f66: Merge "Ensure the intent firewall dir exists before starting the...

am 09bb9f66: Merge "Ensure the intent firewall dir exists before starting the FileObserver" into jb-mr2-dev

* commit '09bb9f66':
  Ensure the intent firewall dir exists before starting the FileObserver
parents a1e1d005 09bb9f66
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);