WebmasterID logoWebmasterID
User agents

Android OS user agent tokens

Browsers on Android include a Linux; Android platform token with an OS version, and historically a device model identifier. With user-agent reduction, Chrome on Android now sends a generic device token instead of the real model, so model-based detection no longer works and Client Hints are needed for device detail.

Verified against primary sources

What this means

Android browsers report a Linux; Android platform token with the Android OS version, and historically also a device model string (for example a manufacturer and model code). Apps using the system WebView and Chrome both follow this general shape.

The Android version is useful coarse context. The device model, where still present, identified the hardware — but that is changing under user-agent reduction.

User-agent reduction on Android

Chrome's user-agent reduction replaces the specific Android device model in the user agent with a generic token (a fixed placeholder) and freezes some other detail. This means model-based detection and analytics no longer work from the legacy string.

If you need device characteristics, request high-entropy Client Hints (such as Sec-CH-UA-Model) explicitly, and accept that the browser may withhold them. Do not build features that assume the real model is still in the user agent.

Practical handling

Group Android visits by OS version family where helpful, and stop relying on model strings for layout or analytics. Combine the Android token with the Accept-Language header for localisation rather than guessing.

Android traffic is overwhelmingly human and mobile, but Android also underlies some automation; use behaviour to separate the two rather than the platform token alone.

How it appears in analytics and logs

A Linux; Android token indicates an Android browser. The OS version is usually present, but the device model is increasingly replaced by a generic placeholder, so you can no longer reliably read the phone model from the user agent.

Diagnostic use case

Interpret Android platform tokens for mobile analytics and understand why device-model detection from the user agent has largely stopped working under UA reduction.

What WebmasterID can help detect

WebmasterID reads the Android platform token as coarse mobile-OS context and does not depend on device-model strings that UA reduction has removed, keeping mobile breakdowns accurate and privacy-safe.

Common mistakes

Privacy and accuracy notes

Android tokens are coarse OS context. The move to a generic device token reduces fingerprinting surface. WebmasterID records the broad platform family only and does not reconstruct device models.

Related pages

Sources and verification notes

Last reviewed 2026-06-24. Facts are checked against primary/official sources where available; uncertain specifics are marked “Data not yet verified” rather than guessed.