diff options
| author | Martin Kosiba <mkosiba@google.com> | 2012-11-13 14:40:41 +0000 |
|---|---|---|
| committer | Martin Kosiba <mkosiba@google.com> | 2012-11-13 18:25:48 +0000 |
| commit | 15cb82549375d89feb1cf0f2825e3e31a94d0c38 (patch) | |
| tree | 877ec49401a36add0ac27a4c38a680db95d14d77 /core/java/android/webkit/WebViewClient.java | |
| parent | 881c49c99be006f90a51a444db6b96289947e73a (diff) | |
Update WebViewClient.shouldInterceptRequest JavaDoc.
This changes the wording to say 'not UI thread' instead of 'network
thread'.
Change-Id: I9bc94830297b88639e7749392e3c2082b087f4ce
Diffstat (limited to 'core/java/android/webkit/WebViewClient.java')
| -rw-r--r-- | core/java/android/webkit/WebViewClient.java | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/core/java/android/webkit/WebViewClient.java b/core/java/android/webkit/WebViewClient.java index 7946b6c44e5e..556b2d2defe9 100644 --- a/core/java/android/webkit/WebViewClient.java +++ b/core/java/android/webkit/WebViewClient.java @@ -83,9 +83,9 @@ public class WebViewClient { * Notify the host application of a resource request and allow the * application to return the data. If the return value is null, the WebView * will continue to load the resource as usual. Otherwise, the return - * response and data will be used. NOTE: This method is called by the - * network thread so clients should exercise caution when accessing private - * data. + * response and data will be used. NOTE: This method is called on a thread + * other than the UI thread so clients should exercise caution + * when accessing private data or the view system. * * @param view The {@link android.webkit.WebView} that is requesting the * resource. |
