OSDN Git Service

Clarify a use case.
authorSelim Gurun <sgurun@google.com>
Fri, 25 Apr 2014 16:39:31 +0000 (09:39 -0700)
committerSelim Gurun <sgurun@google.com>
Fri, 25 Apr 2014 16:39:31 +0000 (09:39 -0700)
Clarify a use case regarding clearing client certificates.

Change-Id: Ifdfa00022bb21b26e6f62dbad585faef4f8fc3c7

core/java/android/webkit/WebView.java

index cf9539e..c914e52 100644 (file)
@@ -1482,6 +1482,7 @@ public class WebView extends AbsoluteLayout
      * {@link KeyChain.ACTION_STORAGE_CHANGED}
      *
      * @param resultCallback A callback to be invoked when client certs are cleared.
+     *                       The embedder can pass null if not interested in the callback.
      *
      * TODO(sgurun) unhide
      * @hide