mirror of
https://github.com/revanced/Apktool.git
synced 2025-01-05 17:45: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);
|
||||
}
|
||||
|
||||
public ResAttrDecoder getAttrDecoder() {
|
||||
return mAttrDecoder;
|
||||
}
|
||||
|
||||
public void setAttrDecoder(ResAttrDecoder attrDecoder) {
|
||||
mAttrDecoder = attrDecoder;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user