am 8657978a: am ddcea3d2: Expose onReceivedSslError() so that the WebView client can accept the error and continue.
Merge commit '8657978aabc7141869926a98a0da257255678dd4' * commit '8657978aabc7141869926a98a0da257255678dd4': Expose onReceivedSslError() so that the WebView client
This commit is contained in:
@@ -20,8 +20,6 @@ import java.security.cert.X509Certificate;
|
||||
|
||||
/**
|
||||
* One or more individual SSL errors and the associated SSL certificate
|
||||
*
|
||||
* {@hide}
|
||||
*/
|
||||
public class SslError {
|
||||
|
||||
|
||||
@@ -173,8 +173,6 @@ public class WebViewClient {
|
||||
* @param handler An SslErrorHandler object that will handle the user's
|
||||
* response.
|
||||
* @param error The SSL error object.
|
||||
* @hide - hide this because it contains a parameter of type SslError,
|
||||
* which is located in a hidden package.
|
||||
*/
|
||||
public void onReceivedSslError(WebView view, SslErrorHandler handler,
|
||||
SslError error) {
|
||||
|
||||
Reference in New Issue
Block a user