summaryrefslogtreecommitdiffstats
path: root/core/java/android/webkit/WebSettings.java
diff options
context:
space:
mode:
authorMikhail Naganov <mnaganov@google.com>2012-04-16 13:35:32 +0100
committerMikhail Naganov <mnaganov@google.com>2012-04-16 14:26:06 +0100
commit9f7296af049028c28aeb3382c03f0c314346d19d (patch)
tree45c23f895f9363c6b115da8bf0436abee233ba2e /core/java/android/webkit/WebSettings.java
parentd099935c5276e73e1cd4e6b93aeb65396607f8fc (diff)
downloadframeworks_base-9f7296af049028c28aeb3382c03f0c314346d19d.zip
frameworks_base-9f7296af049028c28aeb3382c03f0c314346d19d.tar.gz
frameworks_base-9f7296af049028c28aeb3382c03f0c314346d19d.tar.bz2
Fix javadoc breakage by not linking to now hidden WebView.getZoomControls method.
Change-Id: I770a647b2e6068687530813133847a624ed5aa0d
Diffstat (limited to 'core/java/android/webkit/WebSettings.java')
-rw-r--r--core/java/android/webkit/WebSettings.java7
1 files changed, 2 insertions, 5 deletions
diff --git a/core/java/android/webkit/WebSettings.java b/core/java/android/webkit/WebSettings.java
index 4cee72d..105285c 100644
--- a/core/java/android/webkit/WebSettings.java
+++ b/core/java/android/webkit/WebSettings.java
@@ -195,11 +195,8 @@ public class WebSettings {
* on-screen zoom controls, which are displayed over the WebView's content,
* and the use of a pinch gesture to control zooming. Whether or not these
* on-screen controls are displayed can be set with {@link #setDisplayZoomControls}.
- * The separate zoom controls are provided as a View object by
- * {@link WebView#getZoomControls()} and the caller is responsible for inserting
- * this View into the layout hierarchy. Use of the separate controls is
- * deprecated and it is therefore recommended that this setting is always
- * enabled.
+ * The separate zoom controls are no longer supported, so it is recommended
+ * that this setting is always enabled.
* @param enabled Whether the WebView should use the built-in zoom mechanism.
*/
public void setBuiltInZoomControls(boolean enabled) {