mirror of
https://github.com/revanced/Apktool.git
synced 2025-01-06 10:05:54 +01:00
Disabled escaping of XML attr values.
They're already escaped in AXML files.
This commit is contained in:
parent
90f789ff01
commit
855f664d40
@ -245,6 +245,7 @@ final public class AndrolibResources {
|
||||
serial.setProperty(ExtXmlSerializer.PROPERTY_SERIALIZER_LINE_SEPARATOR,
|
||||
System.getProperty("line.separator"));
|
||||
serial.setProperty(ExtMXSerializer.PROPERTY_DEFAULT_ENCODING, "utf-8");
|
||||
serial.setDisabledAttrEscape(true);
|
||||
return serial;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user