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

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

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

parents dad32938 53857528
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -26,9 +26,9 @@ import android.os.Handler;
public class SslErrorHandler extends Handler {

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

    /**
     * Proceed with the SSL certificate.