Pass charset to XmlPullParser.setInput instead of null
Passing null to XmlPullParser.setInput forces it to do additional work, which can be easily avoided if we know the charset beforehand. bug: b/20849543 Change-Id: I4f8833aa1583e6e5b0b1c698dedcb5474d3b95d2
Loading
Please register or sign in to comment