mirror of
https://github.com/revanced/Apktool.git
synced 2025-01-07 10:35: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];
|
mItems = new String[6];
|
||||||
for (int i = 0; i < items.length; i++) {
|
for (int i = 0; i < items.length; i++) {
|
||||||
mItems[items[i].m1 - BAG_KEY_PLURALS_START] =
|
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