Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What's the user agent of Chrome for Android after the user switches it to desktop version?

We know Chrome for Android's user agent is:

Mozilla/5.0 (Linux; Android 4.0.4; Galaxy Nexus Build/IMM76B) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.133 Mobile Safari/535.19

We also know the latest version of Chrome for Android provided a new feature which allows users to manually switch their Chrome for Android to a desktop version via graphic user interface.

I wanna know the user agent of Chrome for Android after it's switched to desktop version by users.

like image 587
weilou Avatar asked Jul 31 '12 14:07

weilou


1 Answers

After toggling the "Request desktop site" in the latest Chrome for Android, the User Agent is reported as:

Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.45 Safari/535.19

For reference, this is the default Chrome User Agent on Android 4.1:

Mozilla/5.0 (Linux; Android 4.1.1; Galaxy Nexus Build/JRO03C) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.166 Mobile Safari/535.19

like image 84
Majix Avatar answered Oct 19 '22 17:10

Majix