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.
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.
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.