Again just want to report a silent change that has been deployed on the Android WebView component starting from the 75 version.If by any chance are you using a WebResourceResponse you could use the following constructor public WebResourceResponse(String mimeType, String encoding, InputStream data) or public WebResourceResponse(String mimeType, String encoding, int statusCode, @NonNull String reasonPhrase, Map ...