Android 16
News

Changes to user-agent string in Android 16 WebView to reduce fingerprinting

Starting with Android 16, the default User-Agent (UA) string in Android WebView will be simplified. This update aims to minimize passive fingerprinting and enhance user privacy. A similar change has been in place for Chrome on desktop and Android since version 107.

The new, reduced WebView User-Agent string will look like this:

Mozilla/5.0 (Linux; Android 10; K; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/125.000 Mobile Safari/537.36

Key Points of the Change:

  1. Simpler User-Agent String: By limiting the amount of detailed information, websites find it harder to identify and track users based on their browser setup.
  2. Retention of WebView Token (wv): The wv token will remain in the UA string. This allows developers to detect and handle WebView sessions as needed.

This shift aligns Android WebView with privacy trends in modern web browsers, promoting a safer browsing experience for users while supporting essential functionality for developers.

Source

Changes to user-agent string in Android 16 WebView to reduce fingerprinting

Click to comment

Leave a Reply

Your email address will not be published. Required fields are marked *

To Top