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

Commit ed965a2c authored by Ben Murdoch's avatar Ben Murdoch Committed by Android (Google) Code Review
Browse files

Merge "Make HttpAuthHandler ctor public/@hide." into jb-mr1-dev

parents 618641f2 2433fe9f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -28,9 +28,9 @@ import android.os.Handler;
public class HttpAuthHandler extends Handler {

    /**
     * Package-private constructor needed for API compatibility.
     * @hide Only for use by WebViewProvider implementations.
     */
    HttpAuthHandler() {
    public HttpAuthHandler() {
    }

    /**