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
This commit is contained in:
Ben Murdoch
2012-08-23 10:19:59 +01:00
parent ed965a2cd1
commit 5385752829

View File

@@ -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.