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

Commit ba67d28e authored by Ben Murdoch's avatar Ben Murdoch
Browse files

Update WebView#loadDataWithBaseURL documentation.

historyURL must be a valid URL.

Bug: 7907196
Change-Id: Id1182537e073a9dd7746e23eec20accacedd9fc8
parent ff4fcdb9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -853,7 +853,7 @@ public class WebView extends AbsoluteLayout
     *                 defaults to 'text/html'.
     * @param encoding the encoding of the data
     * @param historyUrl the URL to use as the history entry. If null defaults
     *                   to 'about:blank'.
     *                   to 'about:blank'. If non-null, this must be a valid URL.
     */
    public void loadDataWithBaseURL(String baseUrl, String data,
            String mimeType, String encoding, String historyUrl) {