diff --git a/core/java/android/webkit/WebSettings.java b/core/java/android/webkit/WebSettings.java index 40b38c0d0c6a2..3160057e062f2 100644 --- a/core/java/android/webkit/WebSettings.java +++ b/core/java/android/webkit/WebSettings.java @@ -1366,7 +1366,10 @@ public abstract class WebSettings { * Sets the WebView's user-agent string. If the string is {@code null} or empty, * the system default value will be used. * - * Note that starting from {@link android.os.Build.VERSION_CODES#KITKAT} Android + *

If the user-agent is overridden in this way, the values of the User-Agent Client Hints + * headers and {@code navigator.userAgentData} for this WebView will be empty. + * + *

Note that starting from {@link android.os.Build.VERSION_CODES#KITKAT} Android * version, changing the user-agent while loading a web page causes WebView * to initiate loading once again. *