I am using XmlPullParser for xml parsing in my android app but when I set input as InputStream it not works while I set input as Reader it starts working
The same problem: passing InputStream directly works fine on Android 2.3.3 but doesn't work on 4.1.
You can use xpp.setInput(new InputStreamReader(obj));