mirror of
https://github.com/revanced/Apktool.git
synced 2024-12-12 05:47:46 +01:00
Changing from DIFFPRE -> FULLMERGE.
This commit is contained in:
parent
24a66fdbe1
commit
962dc63442
@ -44,7 +44,7 @@ public class SmaliDecoder {
|
|||||||
baksmali.disassembleDexFile(mApkFile.getAbsolutePath(),
|
baksmali.disassembleDexFile(mApkFile.getAbsolutePath(),
|
||||||
new DexFile(mApkFile), false, mOutDir.getAbsolutePath(), null,
|
new DexFile(mApkFile), false, mOutDir.getAbsolutePath(), null,
|
||||||
null, null, false, true, true, true, false, false,
|
null, null, false, true, true, true, false, false,
|
||||||
mDebug ? main.DIFFPRE : 0, false, mDebug ? true : false, null);
|
mDebug ? main.FULLMERGE : 0, false, mDebug ? true : false, null);
|
||||||
} catch (IOException ex) {
|
} catch (IOException ex) {
|
||||||
throw new AndrolibException(ex);
|
throw new AndrolibException(ex);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user