diff --git a/src/main/java/the/bytecode/club/bytecodeviewer/util/SecurityMan.java b/src/main/java/the/bytecode/club/bytecodeviewer/util/SecurityMan.java index c0ea0810..e23654aa 100644 --- a/src/main/java/the/bytecode/club/bytecodeviewer/util/SecurityMan.java +++ b/src/main/java/the/bytecode/club/bytecodeviewer/util/SecurityMan.java @@ -336,6 +336,8 @@ public class SecurityMan extends SecurityManager throw new SecurityException(e); } - throw new SecurityException("BCV is awesome, blocking write(" + file + ");"); + //TODO temporarily removed to fix #339 + // a proper fix is to edit the smali disassembler + //throw new SecurityException("BCV is awesome, blocking write(" + file + ");"); } }