Skip to content

Commit

Permalink
DECODE_SOURCES_SMALI_ONLY_MAIN_CLASSES
Browse files Browse the repository at this point in the history
  • Loading branch information
oobask committed Oct 20, 2020
1 parent cfa23d5 commit fda950a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ public static boolean decodeSrc(File targetApkPath, File ouputDir) {
decoder.setBaksmaliDebugMode(false);
decoder.setOutDir(ouputDir);
decoder.setForceDelete(true);
decoder.setDecodeSources(ApkDecoder.DECODE_SOURCES_SMALI_ONLY_MAIN_CLASSES);
decoder.setApkFile(targetApkPath);
decoder.decode();
return true;
Expand Down

0 comments on commit fda950a

Please sign in to comment.