File tree Expand file tree Collapse file tree 3 files changed +2
-13
lines changed
Expand file tree Collapse file tree 3 files changed +2
-13
lines changed Original file line number Diff line number Diff 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();
Original file line number Diff line number Diff 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 ) {
Original file line number Diff line number Diff 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
707696versions 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>
You can’t perform that action at this time.
0 commit comments