From d0b90d30d86679fe52cb1af383900a70fc44cb2a Mon Sep 17 00:00:00 2001 From: Kristian Monsen Date: Mon, 24 Sep 2012 12:30:45 -0400 Subject: Hiding a method for JB-MR1 This one got left out in the last round of method hiding. This got lost in the last round of method hiding. Change-Id: I3c6aa234dd29933cb32d0cd91830d47289e7e639 --- api/current.txt | 1 - core/java/android/webkit/WebSettings.java | 1 + docs/html/about/versions/android-2.3.jd | 13 +------------ 3 files changed, 2 insertions(+), 13 deletions(-) diff --git a/api/current.txt b/api/current.txt index 42f6b47b7bc6..2edaf6d5bc69 100644 --- a/api/current.txt +++ b/api/current.txt @@ -27257,7 +27257,6 @@ package android.webkit { method public void setSupportZoom(boolean); method public deprecated synchronized void setTextSize(android.webkit.WebSettings.TextSize); method public synchronized void setTextZoom(int); - method public deprecated void setUseWebViewBackgroundForOverscrollBackground(boolean); method public synchronized void setUseWideViewPort(boolean); method public synchronized void setUserAgentString(java.lang.String); method public synchronized boolean supportMultipleWindows(); diff --git a/core/java/android/webkit/WebSettings.java b/core/java/android/webkit/WebSettings.java index be2d8634121d..aa689044e510 100644 --- a/core/java/android/webkit/WebSettings.java +++ b/core/java/android/webkit/WebSettings.java @@ -367,6 +367,7 @@ public abstract class WebSettings { * internal pattern. Default is true. * * @deprecated This method is now obsolete. + * @hide Since API level {@link android.os.Build.VERSION_CODES#JELLY_BEAN_MR1} */ @Deprecated public void setUseWebViewBackgroundForOverscrollBackground(boolean view) { diff --git a/docs/html/about/versions/android-2.3.jd b/docs/html/about/versions/android-2.3.jd index 871597315281..89bf43273761 100644 --- a/docs/html/about/versions/android-2.3.jd +++ b/docs/html/about/versions/android-2.3.jd @@ -406,17 +406,6 @@ notification style. -
  • WebView - -
  • - -

    Extra Large Screens

    The platform now supports extra large screen sizes, such as those that might @@ -707,4 +696,4 @@ declaring the attribute prevents the application from being installed on earlier versions of the platform.

    For more information, read What is API -Level?

    \ No newline at end of file +Level?

    -- cgit v1.2.3-59-g8ed1b