File tree Expand file tree Collapse file tree 3 files changed +1
-2
lines changed
Expand file tree Collapse file tree 3 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -25204,7 +25204,6 @@ package android.webkit {
2520425204 method public java.lang.String getTitle();
2520525205 method public java.lang.String getUrl();
2520625206 method public deprecated int getVisibleTitleHeight();
25207- method public deprecated android.view.View getZoomControls();
2520825207 method public void goBack();
2520925208 method public void goBackOrForward(int);
2521025209 method public void goForward();
Original file line number Diff line number Diff line change @@ -25796,7 +25796,6 @@ package android.webkit {
2579625796 method public java.lang.String getTitle();
2579725797 method public java.lang.String getUrl();
2579825798 method public deprecated int getVisibleTitleHeight();
25799- method public deprecated android.view.View getZoomControls();
2580025799 method public void goBack();
2580125800 method public void goBackOrForward(int);
2580225801 method public void goForward();
Original file line number Diff line number Diff line change @@ -1539,6 +1539,7 @@ public void flingScroll(int vx, int vy) {
15391539 *
15401540 * @deprecated The built-in zoom mechanism is preferred, see
15411541 * {@link WebSettings#setBuiltInZoomControls(boolean)}.
1542+ * @hide since API version 16.
15421543 */
15431544 @ Deprecated
15441545 public View getZoomControls () {
You can’t perform that action at this time.
0 commit comments