mirror of
https://github.com/revanced/Apktool.git
synced 2025-05-08 01:34:25 +02:00
feat: allow recording uncompressed files manually
This commit is contained in:
parent
ad7520357f
commit
019b2e648d
@ -315,7 +315,7 @@ public class ApkDecoder {
|
||||
}
|
||||
}
|
||||
|
||||
private void recordUncompressedFiles(Map<String, String> resFileMapping) throws AndrolibException {
|
||||
public void recordUncompressedFiles(Map<String, String> resFileMapping) throws AndrolibException {
|
||||
try {
|
||||
List<String> uncompressedFilesOrExts = new ArrayList<>();
|
||||
Directory unk = mApkInfo.getApkFile().getDirectory();
|
||||
|
Loading…
x
Reference in New Issue
Block a user