Merge "Remove WebView.getLooper()." into pi-dev
am: fffec6ea9d
Change-Id: I1a6c334c7aa3012f576493268aa9b2fbdcf55e0a
This commit is contained in:
@@ -51320,7 +51320,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();
|
||||
|
||||
@@ -2455,14 +2455,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
|
||||
//-------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user