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

Commit 53857528 authored by Ben Murdoch's avatar Ben Murdoch
Browse files

Make SslErrorHandler ctor public/@hide.

Allow WebViewProvider implementations to subclass SslErrorHandler
but at the same time maintain API compatibility by @hide'ing the
constructor.

Bug: 6238802
Change-Id: I5de268364ed74e59f62439b8612ab682656a7906
parent ed965a2c
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.