From 2fdbf40c0f91887fb035fb989810f86bbe1c734b Mon Sep 17 00:00:00 2001 From: Daniel LaCosse <3759828+daniellacosse@users.noreply.github.com> Date: Thu, 14 Nov 2024 12:59:09 -0500 Subject: [PATCH] Remove client injection instruction in the android webview readme --- x/mobileproxy/README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/x/mobileproxy/README.md b/x/mobileproxy/README.md index 67970baf..27641da2 100644 --- a/x/mobileproxy/README.md +++ b/x/mobileproxy/README.md @@ -566,12 +566,6 @@ ProxyController.getInstance() ) ``` -Then you simply inject that client into your activity's WebView like so: - -```kotlin -this.webView.webViewClient = MyWebViewClient() -``` - #### iOS As of iOS 17, you can add a proxy configuration to a `WKWebView` via its [`WKWebsiteDataStore` property](https://developer.apple.com/documentation/webkit/wkwebviewconfiguration).