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

Commit 95f95292 authored by Nate Fischer's avatar Nate Fischer Committed by Android (Google) Code Review
Browse files

Merge "Docs: fix broken javadoc link" into main

parents 50405385 238d1e3b
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -531,8 +531,9 @@ public class WebChromeClient {
     * the chosen file(s). WebView can access all files that your app can access.
     * In case the file(s) are chosen through an untrusted source such as a third-party
     * app, it is your own app's responsibility to check what the returned Uris
     * refer to before calling the <code>filePathCallback</code>. See
     * {@link #createIntent} and {@link #parseResult} for more details.</p>
     * refer to before calling the {@code filePathCallback}. See
     * {@link FileChooserParams#createIntent} and {@link FileChooserParams#parseResult} for more
     * details.
     *
     * @param webView The WebView instance that is initiating the request.
     * @param filePathCallback Invoke this callback to supply the list of paths to files to upload,