user580889
user580889

Reputation: 67

What is the user agent string of Samsung Galaxy S4 mini in native browser

What is the user agent string of Samsung Galaxy S4 mini in native browser?

Upvotes: 1

Views: 8507

Answers (1)

jacobq
jacobq

Reputation: 11587

If you look at the Model Variants section of the Galaxy S4 wikipedia article, you can find the SGH-* codes to search for. Also, there is a link to an article about the S4 mini. There you can find model numbers, such as this one (the only one at the time of writing) GT-I9195. Simply search the web for "GT-I9195 user agent" and you will probably find what you're looking for, for example:

Mozilla/5.0 (Linux; Android 4.2.2; en-us; SAMSUNG GT-I9195 Build/JDQ39) AppleWebKit/535.19 (KHTML, like Gecko) Version/1.0 Chrome/18.0.1025.308 Mobile Safari/535.19

Of course, if you actually have access to a device/browser for which you'd like to know the user-agent string you can simply examine the HTTP request headers with a tool like WebInspector or Firebug. As other users have pointed out, there are also convenient tools online to do this for you such as, whatsmyuseragent.com and user-agent-string.info.

Upvotes: 2

Related Questions