am c7969dea: Merge "Fix obsolete API reference" into klp-dev

* commit 'c7969dea24f2e362f69fb2b912c8a0385f5dc617':
  Fix obsolete API reference
This commit is contained in:
Jonathan Dixon
2013-09-18 13:10:15 -07:00
committed by Android Git Automerger

View File

@@ -1067,7 +1067,7 @@ public class WebView extends AbsoluteLayout
* returned object.
*
* @deprecated Use {@link #onDraw} to obtain a bitmap snapshot of the WebView, or
* {@link #saveWebArchive} or {@link #exportToPdf} to save the content to a file.
* {@link #saveWebArchive} to save the content to a file.
*
* @return a picture that captures the current contents of this WebView
*/