mirror of
https://github.com/revanced/Apktool.git
synced 2025-05-01 06:34:25 +02:00
feat: allow using the default XML
serializer by ResourcesDecoder
manually
This commit is contained in:
parent
c0900e50c5
commit
4608df636e
@ -185,7 +185,7 @@ public class ResourcesDecoder {
|
||||
}
|
||||
}
|
||||
|
||||
private ExtMXSerializer getResXmlSerializer() {
|
||||
public ExtMXSerializer getResXmlSerializer() {
|
||||
ExtMXSerializer serial = new ExtMXSerializer();
|
||||
serial.setProperty(ExtXmlSerializer.PROPERTY_SERIALIZER_INDENTATION, " ");
|
||||
serial.setProperty(ExtXmlSerializer.PROPERTY_SERIALIZER_LINE_SEPARATOR, System.getProperty("line.separator"));
|
||||
|
Loading…
x
Reference in New Issue
Block a user