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

Commit 238d1e3b authored by Nate Fischer's avatar Nate Fischer
Browse files

Docs: fix broken javadoc link

No change to content. This fixes some broken javadoc links. This also
swaps `<code>` tags out in favor of javadoc-style `{@code}` annotation.

Fixes: 399502531
Flag: DOCS_ONLY
Test: make -j20 offline-sdk-docs
Test: cd out/target/common/docs/offline-sdk/ && python3 -m http.server
Change-Id: I27da183a91b012339e7fe75a0ed58638f661cd15
parent 68386c46
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,