mirror of
https://github.com/revanced/Apktool.git
synced 2025-01-07 10:35:52 +01:00
AXmlResourceParser +getAttrDecoder().
This commit is contained in:
parent
db439f2b8c
commit
67ff34c39c
@ -56,6 +56,10 @@ public class AXmlResourceParser implements XmlResourceParser {
|
|||||||
open(stream);
|
open(stream);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public ResAttrDecoder getAttrDecoder() {
|
||||||
|
return mAttrDecoder;
|
||||||
|
}
|
||||||
|
|
||||||
public void setAttrDecoder(ResAttrDecoder attrDecoder) {
|
public void setAttrDecoder(ResAttrDecoder attrDecoder) {
|
||||||
mAttrDecoder = attrDecoder;
|
mAttrDecoder = attrDecoder;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user