mirror of
https://github.com/revanced/Apktool.git
synced 2025-01-05 17:45:52 +01:00
AXmlResourceParser.setInput(): implemented using open() method.
This commit is contained in:
parent
6c375dabed
commit
795591f935
@ -404,7 +404,7 @@ public class AXmlResourceParser implements XmlResourceParser {
|
||||
|
||||
/////////////////////////////////// dummies
|
||||
public void setInput(InputStream stream, String inputEncoding) throws XmlPullParserException {
|
||||
throw new XmlPullParserException(E_NOT_SUPPORTED);
|
||||
open(stream);
|
||||
}
|
||||
|
||||
public void setInput(Reader reader) throws XmlPullParserException {
|
||||
|
Loading…
Reference in New Issue
Block a user