Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit afc4b118 authored by Gustav Sennton's avatar Gustav Sennton Committed by android-build-merger
Browse files

Merge "Remove WebView.getLooper()." into pi-dev am: fffec6ea

am: 46256efb

Change-Id: I8c612d4ed2990a886c7703e530d9c8de5e8a098a
parents 703063a5 46256efb
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -51322,7 +51322,6 @@ package android.webkit {
    method public android.graphics.Bitmap getFavicon();
    method public android.webkit.WebView.HitTestResult getHitTestResult();
    method public deprecated java.lang.String[] getHttpAuthUsernamePassword(java.lang.String, java.lang.String);
    method public android.os.Looper getLooper();
    method public java.lang.String getOriginalUrl();
    method public int getProgress();
    method public boolean getRendererPriorityWaivedWhenNotVisible();
+0 −8
Original line number Diff line number Diff line
@@ -2452,14 +2452,6 @@ public class WebView extends AbsoluteLayout
        return mWebViewThread;
    }

    /**
     * Returns the {@link Looper} corresponding to the thread on which WebView calls must be made.
     */
    @NonNull
    public Looper getLooper() {
        return mWebViewThread;
    }

    //-------------------------------------------------------------------------
    // Interface for WebView providers
    //-------------------------------------------------------------------------