Skip to content

Commit 5ef9cb6

Browse files
author
Jean-Baptiste Queru
committed
Merge into jb-mr1-dev
Change-Id: I4696f4336d79ca199f2358bfb3ed5fc7e6c51732
2 parents b8d4c9f + d0b90d3 commit 5ef9cb6

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
@@ -27268,7 +27268,6 @@ package android.webkit {
2726827268
method public void setSupportZoom(boolean);
2726927269
method public deprecated synchronized void setTextSize(android.webkit.WebSettings.TextSize);
2727027270
method public synchronized void setTextZoom(int);
27271-
method public deprecated void setUseWebViewBackgroundForOverscrollBackground(boolean);
2727227271
method public synchronized void setUseWideViewPort(boolean);
2727327272
method public synchronized void setUserAgentString(java.lang.String);
2727427273
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)