From ddcea3d21645bb3037703c84807dae077aae62ce Mon Sep 17 00:00:00 2001 From: Grace Kloba Date: Thu, 3 Dec 2009 19:12:49 -0800 Subject: [PATCH] Expose onReceivedSslError() so that the WebView client can accept the error and continue. Fix http://b/issue?id=2299152 --- api/current.xml | 153 ++++++++++++++++++++ core/java/android/net/http/SslError.java | 2 - core/java/android/webkit/WebViewClient.java | 2 - 3 files changed, 153 insertions(+), 4 deletions(-) diff --git a/api/current.xml b/api/current.xml index 8b20412de615b..41714ef716295 100644 --- a/api/current.xml +++ b/api/current.xml @@ -85562,6 +85562,142 @@ > + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -180048,6 +180184,23 @@ + + + + + + + +