mirror of
https://github.com/revanced/Apktool.git
synced 2024-12-04 18:12:54 +01:00
Readded escaping of non-Android attributes in xml resources.
This commit is contained in:
parent
bc67e2efc7
commit
329c966196
@ -44,8 +44,7 @@ public class ResXmlSerializer extends MXSerializer {
|
||||
}
|
||||
if (namespace == null || namespace.isEmpty()) {
|
||||
return super.attribute(namespace, name,
|
||||
// AndrolibResources.escapeForResXml(value)
|
||||
value
|
||||
AndrolibResources.escapeForResXml(value)
|
||||
);
|
||||
}
|
||||
String pkgName = RES_NAMESPACE.equals(namespace) ?
|
||||
|
Loading…
Reference in New Issue
Block a user