I am trying to detect android browser in java.
I know we can sniff the user agent(UAgentInfo.java) and detect the device and know whether it is an android device or ios device. But i do not want to detect the device .
What i want to do is that : After detecting the android device, I want to know what kind of browser the user is using. If it is an android browser then i will show another kind of UI .
Is there any way to do it ? Any help is deeply appreciated.
user-agentbut you need to search into the whole string for keywords saymozilla,chromeetc. to see if you can find a match.