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

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

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

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

* commit '0882a90e':
  Ensure the intent firewall dir exists before starting the FileObserver
parents 458dd875 0882a90e
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);