Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 59f46b5b authored by Martin Kosiba's avatar Martin Kosiba Committed by Android (Google) Code Review
Browse files

Merge "Update WebViewClient.shouldInterceptRequest JavaDoc."

parents ad57766a 15cb8254
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -83,9 +83,9 @@ public class WebViewClient {
     * Notify the host application of a resource request and allow the
     * application to return the data.  If the return value is null, the WebView
     * will continue to load the resource as usual.  Otherwise, the return
     * response and data will be used.  NOTE: This method is called by the
     * network thread so clients should exercise caution when accessing private
     * data.
     * response and data will be used.  NOTE: This method is called on a thread
     * other than the UI thread so clients should exercise caution
     * when accessing private data or the view system.
     *
     * @param view The {@link android.webkit.WebView} that is requesting the
     *             resource.