mirror of
https://github.com/revanced/Apktool.git
synced 2024-12-05 02:22:55 +01: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;
|
||||
}
|
||||
|
||||
// check for samsung qmg
|
||||
if (inFileName.toLowerCase().endsWith(".qmg")) {
|
||||
// check for samsung qmg & spi
|
||||
if (inFileName.toLowerCase().endsWith(".qmg") || inFileName.toLowerCase().endsWith(".spi")) {
|
||||
copyRaw(inDir, outDir, outFileName);
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user