Update WebView.postUrl documentation.

Clarify format of the 'data' parameter.

Bug: 10188709
Change-Id: Ib0f7553153916ed7b5cc611da5eb481979bf3f93
This commit is contained in:
Ben Murdoch
2013-08-16 16:43:22 +01:00
parent 0a94b9ce27
commit 851004ade0

View File

@@ -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();