mirror of
https://github.com/revanced/Apktool.git
synced 2025-05-04 15:54:26 +02: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()) {
|
if (namespace == null || namespace.isEmpty()) {
|
||||||
return super.attribute(namespace, name,
|
return super.attribute(namespace, name,
|
||||||
// AndrolibResources.escapeForResXml(value)
|
AndrolibResources.escapeForResXml(value)
|
||||||
value
|
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
String pkgName = RES_NAMESPACE.equals(namespace) ?
|
String pkgName = RES_NAMESPACE.equals(namespace) ?
|
||||||
|
Loading…
x
Reference in New Issue
Block a user