diff options
| -rw-r--r-- | api/16.txt | 1 | ||||
| -rw-r--r-- | api/current.txt | 1 | ||||
| -rw-r--r-- | core/java/android/webkit/WebView.java | 1 |
3 files changed, 1 insertions, 2 deletions
@@ -25204,7 +25204,6 @@ package android.webkit { method public java.lang.String getTitle(); method public java.lang.String getUrl(); method public deprecated int getVisibleTitleHeight(); - method public deprecated android.view.View getZoomControls(); method public void goBack(); method public void goBackOrForward(int); method public void goForward(); diff --git a/api/current.txt b/api/current.txt index a845a14..bb313cd 100644 --- a/api/current.txt +++ b/api/current.txt @@ -25796,7 +25796,6 @@ package android.webkit { method public java.lang.String getTitle(); method public java.lang.String getUrl(); method public deprecated int getVisibleTitleHeight(); - method public deprecated android.view.View getZoomControls(); method public void goBack(); method public void goBackOrForward(int); method public void goForward(); diff --git a/core/java/android/webkit/WebView.java b/core/java/android/webkit/WebView.java index 84632c6..d1cfc6b 100644 --- a/core/java/android/webkit/WebView.java +++ b/core/java/android/webkit/WebView.java @@ -1539,6 +1539,7 @@ public class WebView extends AbsoluteLayout * * @deprecated The built-in zoom mechanism is preferred, see * {@link WebSettings#setBuiltInZoomControls(boolean)}. + * @hide since API version 16. */ @Deprecated public View getZoomControls() { |
