Skip to content

Commit 9f7296a

Browse files
author
Mikhail Naganov
committed
Fix javadoc breakage by not linking to now hidden WebView.getZoomControls method.
Change-Id: I770a647b2e6068687530813133847a624ed5aa0d
1 parent d099935 commit 9f7296a

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

core/java/android/webkit/WebSettings.java

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -195,11 +195,8 @@ public boolean supportZoom() {
195195
* on-screen zoom controls, which are displayed over the WebView's content,
196196
* and the use of a pinch gesture to control zooming. Whether or not these
197197
* on-screen controls are displayed can be set with {@link #setDisplayZoomControls}.
198-
* The separate zoom controls are provided as a View object by
199-
* {@link WebView#getZoomControls()} and the caller is responsible for inserting
200-
* this View into the layout hierarchy. Use of the separate controls is
201-
* deprecated and it is therefore recommended that this setting is always
202-
* enabled.
198+
* The separate zoom controls are no longer supported, so it is recommended
199+
* that this setting is always enabled.
203200
* @param enabled Whether the WebView should use the built-in zoom mechanism.
204201
*/
205202
public void setBuiltInZoomControls(boolean enabled) {

0 commit comments

Comments
 (0)