mirror of
https://github.com/revanced/Apktool.git
synced 2025-05-01 14:44:26 +02:00
parent
f49335ab99
commit
099cc0fcb3
@ -77,6 +77,12 @@ public class ResFileDecoder {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// check for xml 9 patches which are just xml files
|
||||||
|
if (inFileName.toLowerCase().endsWith(".xml")) {
|
||||||
|
decode(inDir, inFileName, outDir, outFileName, "xml");
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
try {
|
try {
|
||||||
decode(inDir, inFileName, outDir, outFileName, "9patch");
|
decode(inDir, inFileName, outDir, outFileName, "9patch");
|
||||||
return;
|
return;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user