Skip to content

Commit d0b90d3

Browse files
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
1 parent 2ce1ae8 commit d0b90d3

File tree

3 files changed

+2
-13
lines changed

3 files changed

+2
-13
lines changed

api/current.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27257,7 +27257,6 @@ package android.webkit {
2725727257
method public void setSupportZoom(boolean);
2725827258
method public deprecated synchronized void setTextSize(android.webkit.WebSettings.TextSize);
2725927259
method public synchronized void setTextZoom(int);
27260-
method public deprecated void setUseWebViewBackgroundForOverscrollBackground(boolean);
2726127260
method public synchronized void setUseWideViewPort(boolean);
2726227261
method public synchronized void setUserAgentString(java.lang.String);
2726327262
method public synchronized boolean supportMultipleWindows();

core/java/android/webkit/WebSettings.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -367,6 +367,7 @@ public boolean enableSmoothTransition() {
367367
* internal pattern. Default is true.
368368
*
369369
* @deprecated This method is now obsolete.
370+
* @hide Since API level {@link android.os.Build.VERSION_CODES#JELLY_BEAN_MR1}
370371
*/
371372
@Deprecated
372373
public void setUseWebViewBackgroundForOverscrollBackground(boolean view) {

docs/html/about/versions/android-2.3.jd

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -406,17 +406,6 @@ notification style.</li>
406406
</ul>
407407
</li>
408408

409-
<li>WebView
410-
<ul>
411-
<li>New {@link
412-
android.webkit.WebSettings#setUseWebViewBackgroundForOverscrollBackground(
413-
boolean) setUseWebViewBackgroundForOverscrollBackground()} method lets a {@link
414-
android.webkit.WebView} specify whether to use its own background for the
415-
overscroll background. </li>
416-
</ul>
417-
</li>
418-
</ul>
419-
420409
<h3 id="extralargescreens">Extra Large Screens</h3>
421410

422411
<p>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
707696
versions of the platform.</p>
708697

709698
<p>For more information, read <a href="{@docRoot}guide/topics/manifest/uses-sdk-element.html#ApiLevels">What is API
710-
Level?</a></p>
699+
Level?</a></p>

0 commit comments

Comments
 (0)