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

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

Merge "Update WebViewClient.shouldOverrideUrlLoading JavaDoc."

parents 9a2609f7 881c49c9
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -31,6 +31,7 @@ public class WebViewClient {
     * proper handler for the url. If WebViewClient is provided, return true
     * means the host application handles the url, while return false means the
     * current WebView handles the url.
     * This method is not called for requests using the POST "method".
     *
     * @param view The WebView that is initiating the callback.
     * @param url The url to be loaded.