mirror of
https://github.com/revanced/Apktool.git
synced 2025-05-11 11:04:24 +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 {
|
try {
|
||||||
List<String> uncompressedFilesOrExts = new ArrayList<>();
|
List<String> uncompressedFilesOrExts = new ArrayList<>();
|
||||||
Directory unk = mApkInfo.getApkFile().getDirectory();
|
Directory unk = mApkInfo.getApkFile().getDirectory();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user