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