mirror of
https://github.com/revanced/Apktool.git
synced 2025-01-05 17:45:52 +01:00
ResPluralsValue: escaping values when serializing to XML.
This commit is contained in:
parent
85a767c9e3
commit
02c93c725d
@ -34,7 +34,7 @@ public class ResPluralsValue extends ResBagValue implements ResXmlSerializable {
|
||||
mItems = new String[6];
|
||||
for (int i = 0; i < items.length; i++) {
|
||||
mItems[items[i].m1 - BAG_KEY_PLURALS_START] =
|
||||
((ResStringValue) items[i].m2).getValue();
|
||||
((ResStringValue) items[i].m2).toResXmlFormat();
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user