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

* commit 'e265d96e60eb992e5741ac9d88c9b749122012af':
  Update WebView.postUrl documentation.
This commit is contained in:
Ben Murdoch
2013-08-18 08:15:03 -07:00
committed by Android Git Automerger

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