Merge "Ensure the intent firewall dir exists before starting the FileObserver" into jb-mr2-dev
This commit is contained in:
@@ -107,6 +107,7 @@ public class IntentFirewall {
|
||||
public IntentFirewall(AMSInterface ams) {
|
||||
mAms = ams;
|
||||
File rulesFile = getRulesFile();
|
||||
rulesFile.getParentFile().mkdirs();
|
||||
|
||||
readRules(rulesFile);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user