mirror of
https://github.com/revanced/Apktool.git
synced 2025-05-02 15:04:24 +02:00
SPI are not 9patches
- skip these by copying raw
This commit is contained in:
parent
1788ca061b
commit
ddb4f9770d
@ -71,8 +71,8 @@ public class ResFileDecoder {
|
|||||||
outFileName = outResName + ".r.9" + ext;
|
outFileName = outResName + ".r.9" + ext;
|
||||||
}
|
}
|
||||||
|
|
||||||
// check for samsung qmg
|
// check for samsung qmg & spi
|
||||||
if (inFileName.toLowerCase().endsWith(".qmg")) {
|
if (inFileName.toLowerCase().endsWith(".qmg") || inFileName.toLowerCase().endsWith(".spi")) {
|
||||||
copyRaw(inDir, outDir, outFileName);
|
copyRaw(inDir, outDir, outFileName);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user