Hello. There is a working page parsing code. Debug on android 5.1 - all the rules. And on 4.4.2 - does not want to read the document. Used the Jsoup library. Maybe there will be any suggestions ??
UPD:
myLink = "http://horo.qip.ru/names/%D0%94%D0%BC%D0%B8%D1%82%D1%80%D0%B8%D0%B9"; Document doc = Jsoup.connect(myLink).get(); String s = doc.text(); Elements div_text = doc.select("div.descr"); results = div_text.text();