From 05c9ed9ce1d920c322ee1431cfed64541f0acf3c Mon Sep 17 00:00:00 2001 From: Patrick Scott Date: Tue, 25 Aug 2009 13:51:08 -0400 Subject: Fix the documentation for onReceivedError. This change adds the EventHandler error codes to WebViewClient for the public api. Previously, the api was ambiguous about the value of the errorCode parameter and falsely documented that the values are HTTP status codes. --- api/current.xml | 165 ++++++++++++++++++++++++++++ core/java/android/webkit/WebViewClient.java | 44 +++++++- 2 files changed, 203 insertions(+), 6 deletions(-) diff --git a/api/current.xml b/api/current.xml index 3e616a4c133e..7e6c2df31a4e 100644 --- a/api/current.xml +++ b/api/current.xml @@ -167386,6 +167386,171 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +