mirror of
https://github.com/revanced/Apktool.git
synced 2025-06-13 13:27:37 +02:00
Prevents double escaping of special chars in arrays.xml/<item> tags
This commit is contained in:
@ -5,6 +5,8 @@
|
||||
<item>TEST2</item>
|
||||
<item>TEST3</item>
|
||||
<item>%2$s foo %1$d</item>
|
||||
<item>http://google.com&boo=1&foo=2</item>
|
||||
<item><b>Bolded Text</b></item>
|
||||
</string-array>
|
||||
<integer-array name="test_array2">
|
||||
<item>-1</item>
|
||||
|
Reference in New Issue
Block a user