arouel / uadetector

UADetector is a library to identify over 190 different desktop and mobile browsers and 130 other User-Agents like feed readers, email clients and multimedia players. In addition, even more than 400 robots like BingBot, Googlebot or Yahoo Bot can be identified.
http://uadetector.sourceforge.net/
Apache License 2.0
246 stars 100 forks source link

uadetector does not seem to work on Android #77

Closed jcdufourd closed 10 years ago

jcdufourd commented 10 years ago

First issue is that Android does not provide a validating parser. I have tried to fix it by setting setValidating(false) in XmlDataReader. But then, another problem happens in reading uas.xml (NumberFormatException). Any help appreciated.

arouel commented 10 years ago

Sorry, I'm not familiar with the Android platform and how much the XML implementation differs from Java SE.