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

Commit df3859eb authored by Jonathan Dixon's avatar Jonathan Dixon
Browse files

Fix obsolete API reference

Bug 10361803

exportToPdf use-case not supported in K so removing that dangling
reference from the javadoc

Change-Id: Ia0fe3aa9ed5150639d1f72341c89568a0a7e1c7d
parent 01fc0884
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
     */