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

Commit a62e118b authored by Ben Murdoch's avatar Ben Murdoch Committed by Android Git Automerger
Browse files

am e265d96e: Merge "Update WebView.postUrl documentation." into klp-dev

* commit 'e265d96e':
  Update WebView.postUrl documentation.
parents 946199a3 e265d96e
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -780,7 +780,8 @@ public class WebView extends AbsoluteLayout
     * {@link #loadUrl(String)} instead.
     *
     * @param url the URL of the resource to load
     * @param postData the data will be passed to "POST" request
     * @param postData the data will be passed to "POST" request, which must be
     *     be "application/x-www-form-urlencoded" encoded.
     */
    public void postUrl(String url, byte[] postData) {
        checkThread();